Html Css Color HEX #F17D08 Tangerine

📋 copy color: '#F17D08'

red 241 ◦ green 125 ◦ blue 8

#F17D08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine #F17D08

Tints of Tangerine #F17D08

RGB

 RED value IS 241 (94.53% from 255) = 64.44%

 GREEN value IS 125 (49.22% from 255) = 33.42%

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 64.44%
G = 33.42%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F17D08 (or 0xF17D08) is known color: Tangerine. HEX triplet: F1, 7D and 08. RGB value is (241,125,8). Sum of RGB (Red+Green+Blue) = 241+125+8=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17D08 is #0E82F7. Grayscale: #929292. Windows color (decimal): -951032 or 556529. OLE color: 556529.

HSL color Cylindrical-coordinate representation of color #F17D08: hue angle of 30.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F17D08 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 125 8 -
CMYK 0 0.48 0.97 0.05
HSL 30.13º 0.94% 0.49% -
HSV(B) 30.13º 0.97% 0.95% -
XYZ 43.65 33.39 4.37 -
YUV 146.35 49.93 195.51 -
System Red Green Blue C M Y K H S L
Decimal 241 125 8 0 0.48 0.97 0.05 30.13 0.94 0.49
Hex F1 7D 8 0 30 61 5 1E 5E 31
Octal 361 175 10 0 60 141 5 36 136 61
Binary 11110001 1111101 1000 0 110000 1100001 101 11110 1011110 110001

Color Harmonies of #F17D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17D08

Black with #F17D08

Text Example


Text Example

White with #F17D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17D08; }

 p { color: rgb(241,125,8); }

 H1.HeaderClassName
 {
   color: #F17D08;
 }
 .AnyTagClassName
 {
   color: #F17D08;
 }
</style>

background-color css

<style>
 a { background-color: #F17D08; }

 a { background-color: rgb(241,125,8); }

 div.DivClassName
 {
   background-color: #F17D08;
 }
 .BgClassName
 {
   background-color: #F17D08;
 }
</style>

border-color css

<style>
 span { border-color: #F17D08; }

 span { border-color: rgb(241,125,8); }

 td.TdClassName
 {
   border-color: #F17D08;
 }
 .TagClassName
 {
   border-color: #F17D08;
 }
</style>