Html Css Color HEX #F59C0B Orange Peel

📋 copy color: '#F59C0B'

red 245 ◦ green 156 ◦ blue 11

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

Shades of Orange Peel #F59C0B

Tints of Orange Peel #F59C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.67%

R = 59.47%
G = 37.86%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F59C0B (or 0xF59C0B) is known color: Orange Peel. HEX triplet: F5, 9C and 0B. RGB value is (245,156,11). Sum of RGB (Red+Green+Blue) = 245+156+11=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59C0B is #0A63F4. Grayscale: #A6A6A6. Windows color (decimal): -680949 or 761077. OLE color: 761077.

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

Color convert

RGB 245 156 11 -
CMYK 0 0.36 0.96 0.04
HSL 37.18º 0.92% 0.5% -
HSV(B) 37.18º 0.96% 0.96% -
XYZ 49.61 43.21 6.04 -
YUV 166.08 40.49 184.29 -
System Red Green Blue C M Y K H S L
Decimal 245 156 11 0 0.36 0.96 0.04 37.18 0.92 0.5
Hex F5 9C B 0 24 60 4 25 5C 32
Octal 365 234 13 0 44 140 4 45 134 62
Binary 11110101 10011100 1011 0 100100 1100000 100 100101 1011100 110010

Color Harmonies of #F59C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59C0B

Black with #F59C0B

Text Example


Text Example

White with #F59C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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