Html Css Color HEX #FFC024 Saffron

📋 copy color: '#FFC024'

red 255 ◦ green 192 ◦ blue 36

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

Shades of Saffron #FFC024

Tints of Saffron #FFC024

RGB

 RED value IS 255 (100% from 255) = 52.8%

 GREEN value IS 192 (75.39% from 255) = 39.75%

 BLUE value IS 36 (14.45% from 255) = 7.45%

R = 52.8%
G = 39.75%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFC024 (or 0xFFC024) is known color: Saffron. HEX triplet: FF, C0 and 24. RGB value is (255,192,36). Sum of RGB (Red+Green+Blue) = 255+192+36=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 36 (14.45% from 255 or 7.45% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC024 is #003FDB. Grayscale: #C1C1C1. Windows color (decimal): -16348 or 2408703. OLE color: 2408703.

HSL color Cylindrical-coordinate representation of color #FFC024: hue angle of 42.74º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFC024 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 36 -
CMYK 0 0.25 0.86 0
HSL 42.74º 1% 0.57% -
HSV(B) 42.74º 0.86% 1% -
XYZ 60.41 59.09 9.89 -
YUV 193.05 39.37 172.18 -
System Red Green Blue C M Y K H S L
Decimal 255 192 36 0 0.25 0.86 0 42.74 1 0.57
Hex FF C0 24 0 19 56 0 2B 64 39
Octal 377 300 44 0 31 126 0 53 144 71
Binary 11111111 11000000 100100 0 11001 1010110 0 101011 1100100 111001

Color Harmonies of #FFC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC024

Black with #FFC024

Text Example


Text Example

White with #FFC024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC024; }

 p { color: rgb(255,192,36); }

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

background-color css

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

 a { background-color: rgb(255,192,36); }

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

border-color css

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

 span { border-color: rgb(255,192,36); }

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