Html Css Color HEX #F59C06 Orange Peel

📋 copy color: '#F59C06'

red 245 ◦ green 156 ◦ blue 6

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

Shades of Orange Peel #F59C06

Tints of Orange Peel #F59C06

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.33%

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

R = 60.2%
G = 38.33%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F59C06 (or 0xF59C06) is known color: Orange Peel. HEX triplet: F5, 9C and 06. RGB value is (245,156,6). Sum of RGB (Red+Green+Blue) = 245+156+6=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 6 (2.73% from 255 or 1.47% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59C06 is #0A63F9. Grayscale: #A6A6A6. Windows color (decimal): -680954 or 433397. OLE color: 433397.

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

Color convert

RGB 245 156 6 -
CMYK 0 0.36 0.98 0.04
HSL 37.66º 0.95% 0.49% -
HSV(B) 37.66º 0.98% 0.96% -
XYZ 49.58 43.2 5.9 -
YUV 165.51 37.99 184.7 -
System Red Green Blue C M Y K H S L
Decimal 245 156 6 0 0.36 0.98 0.04 37.66 0.95 0.49
Hex F5 9C 6 0 24 62 4 26 5F 31
Octal 365 234 6 0 44 142 4 46 137 61
Binary 11110101 10011100 110 0 100100 1100010 100 100110 1011111 110001

Color Harmonies of #F59C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59C06

Black with #F59C06

Text Example


Text Example

White with #F59C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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