Html Css Color HEX #F58C06 Tangerine

📋 copy color: '#F58C06'

red 245 ◦ green 140 ◦ blue 6

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

Shades of Tangerine #F58C06

Tints of Tangerine #F58C06

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.81%

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

R = 62.66%
G = 35.81%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F58C06 (or 0xF58C06) is known color: Tangerine. HEX triplet: F5, 8C and 06. RGB value is (245,140,6). Sum of RGB (Red+Green+Blue) = 245+140+6=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58C06 is #0A73F9. Grayscale: #9C9C9C. Windows color (decimal): -685050 or 429301. OLE color: 429301.

HSL color Cylindrical-coordinate representation of color #F58C06: hue angle of 33.64º 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 #F58C06 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 140 6 -
CMYK 0 0.43 0.98 0.04
HSL 33.64º 0.95% 0.49% -
HSV(B) 33.64º 0.98% 0.96% -
XYZ 47.07 38.18 5.06 -
YUV 156.12 43.29 191.4 -
System Red Green Blue C M Y K H S L
Decimal 245 140 6 0 0.43 0.98 0.04 33.64 0.95 0.49
Hex F5 8C 6 0 2B 62 4 22 5F 31
Octal 365 214 6 0 53 142 4 42 137 61
Binary 11110101 10001100 110 0 101011 1100010 100 100010 1011111 110001

Color Harmonies of #F58C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58C06

Black with #F58C06

Text Example


Text Example

White with #F58C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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