Html Css Color HEX #F57D06 Tangerine

📋 copy color: '#F57D06'

red 245 ◦ green 125 ◦ blue 6

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

Shades of Tangerine #F57D06

Tints of Tangerine #F57D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 65.16%
G = 33.24%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F57D06 (or 0xF57D06) is known color: Tangerine. HEX triplet: F5, 7D and 06. RGB value is (245,125,6). Sum of RGB (Red+Green+Blue) = 245+125+6=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57D06 is #0A82F9. Grayscale: #939393. Windows color (decimal): -688890 or 425461. OLE color: 425461.

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

Color convert

RGB 245 125 6 -
CMYK 0 0.49 0.98 0.04
HSL 29.87º 0.95% 0.49% -
HSV(B) 29.87º 0.98% 0.96% -
XYZ 45.02 34.09 4.38 -
YUV 147.31 48.26 197.68 -
System Red Green Blue C M Y K H S L
Decimal 245 125 6 0 0.49 0.98 0.04 29.87 0.95 0.49
Hex F5 7D 6 0 31 62 4 1E 5F 31
Octal 365 175 6 0 61 142 4 36 137 61
Binary 11110101 1111101 110 0 110001 1100010 100 11110 1011111 110001

Color Harmonies of #F57D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57D06

Black with #F57D06

Text Example


Text Example

White with #F57D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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