Html Css Color HEX #F59C05 Orange Peel

📋 copy color: '#F59C05'

red 245 ◦ green 156 ◦ blue 5

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

Shades of Orange Peel #F59C05

Tints of Orange Peel #F59C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 60.34%
G = 38.42%
B = 1.23%

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

#F59C05 (or 0xF59C05) is known color: Orange Peel. HEX triplet: F5, 9C and 05. RGB value is (245,156,5). Sum of RGB (Red+Green+Blue) = 245+156+5=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59C05 is #0A63FA. Grayscale: #A6A6A6. Windows color (decimal): -680955 or 367861. OLE color: 367861.

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

Color convert

RGB 245 156 5 -
CMYK 0 0.36 0.98 0.04
HSL 37.75º 0.96% 0.49% -
HSV(B) 37.75º 0.98% 0.96% -
XYZ 49.57 43.2 5.87 -
YUV 165.4 37.49 184.78 -
System Red Green Blue C M Y K H S L
Decimal 245 156 5 0 0.36 0.98 0.04 37.75 0.96 0.49
Hex F5 9C 5 0 24 62 4 26 60 31
Octal 365 234 5 0 44 142 4 46 140 61
Binary 11110101 10011100 101 0 100100 1100010 100 100110 1100000 110001

Color Harmonies of #F59C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59C05

Black with #F59C05

Text Example


Text Example

White with #F59C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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