Color Hex Logo

#f97630 Color Hex

#F97630
(249,118,48)
0 Favorites   0 Comments

Color spaces of #f97630

RGB 24911848
HSL0.060.940.58
HSV21°81°98°
CMYK 0.000.530.81   0.02
XYZ46.078933.31006.7972
Yxy33.31000.53460.3865
Hunter Lab57.714841.511633.4177
CIE-Lab64.411146.188059.3009

#f97630 color RGB value is (249,118,48).

#f97630 hex color red value is 249, green value is 118 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #f97630 hue: 0.06 , saturation: 0.94 and the lightness value of f97630 is 0.58.

The process color (four color CMYK) of #f97630 color hex is 0.00, 0.53, 0.81, 0.02. Web safe color of #f97630 is #ff6633. Color #f97630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110110 00110000
Octal 371 166 60
Decimal 249 118 48
Hex F9 76 30

RGB Percentages of Color #f97630

%60.00
%28.43
%11.57

CMYK Percentages of Color #f97630

%0
%53
%81
%2

Triadic Colors of #f97630

#f97630 #30f976 #7630f9

Analogous Colors of #f97630

#f97630 #f9db30 #f9304e

Monochromatic Colors of #f97630

#f97630

Complementary Color

#f97630 #30b3f9

#f97630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97630 Color CSS Codes

.mybgcolor {background-color:#f97630; } 
.myforecolor {color:#f97630; }
.mybordercolor {border:3px solid #f97630; }

#f97630 Text Font Color

<p style="color:#f97630">Text here</p>

This sample text font color is #f97630
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f97630 Background Color

<div style="background-color:#f97630">
Div content here</div>

This div background color is #f97630


#f97630 Border Color

<div style="border:3px solid #f97630">
Div here</div>

This div border color is #f97630


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,118,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f97630; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f97630;
  -webkit-box-shadow: 1px 1px 3px 2px #f97630;
  box-shadow:         1px 1px 3px 2px #f97630; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,118,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f97630">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f97630;
  -webkit-box-shadow: 1px 1px 3px 2px #f97630;
  box-shadow:         1px 1px 3px 2px #f97630;">
Div content here</div>

This div box has shadow with color #f97630


Comments

No comments written yet.

Please login to write comment.