Html Css Color HEX #F57D08 Tangerine

📋 copy color: '#F57D08'

red 245 ◦ green 125 ◦ blue 8

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

Shades of Tangerine #F57D08

Tints of Tangerine #F57D08

RGB

 RED value IS 245 (96.09% from 255) = 64.81%

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

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

R = 64.81%
G = 33.07%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F57D08 (or 0xF57D08) is known color: Tangerine. HEX triplet: F5, 7D and 08. RGB value is (245,125,8). Sum of RGB (Red+Green+Blue) = 245+125+8=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57D08 is #0A82F7. Grayscale: #949494. Windows color (decimal): -688888 or 556533. OLE color: 556533.

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

Color convert

RGB 245 125 8 -
CMYK 0 0.49 0.97 0.04
HSL 29.62º 0.94% 0.5% -
HSV(B) 29.62º 0.97% 0.96% -
XYZ 45.03 34.1 4.44 -
YUV 147.54 49.26 197.51 -
System Red Green Blue C M Y K H S L
Decimal 245 125 8 0 0.49 0.97 0.04 29.62 0.94 0.5
Hex F5 7D 8 0 31 61 4 1E 5E 32
Octal 365 175 10 0 61 141 4 36 136 62
Binary 11110101 1111101 1000 0 110001 1100001 100 11110 1011110 110010

Color Harmonies of #F57D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57D08

Black with #F57D08

Text Example


Text Example

White with #F57D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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