Html Css Color HEX #FFC02C Saffron

📋 copy color: '#FFC02C'

red 255 ◦ green 192 ◦ blue 44

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

Shades of Saffron #FFC02C

Tints of Saffron #FFC02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.96%

R = 51.93%
G = 39.1%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFC02C (or 0xFFC02C) is known color: Saffron. HEX triplet: FF, C0 and 2C. RGB value is (255,192,44). Sum of RGB (Red+Green+Blue) = 255+192+44=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC02C is #003FD3. Grayscale: #C2C2C2. Windows color (decimal): -16340 or 2932991. OLE color: 2932991.

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

Color convert

RGB 255 192 44 -
CMYK 0 0.25 0.83 0
HSL 42.09º 1% 0.59% -
HSV(B) 42.09º 0.83% 1% -
XYZ 60.54 59.14 10.61 -
YUV 193.97 43.37 171.53 -
System Red Green Blue C M Y K H S L
Decimal 255 192 44 0 0.25 0.83 0 42.09 1 0.59
Hex FF C0 2C 0 19 53 0 2A 64 3B
Octal 377 300 54 0 31 123 0 52 144 73
Binary 11111111 11000000 101100 0 11001 1010011 0 101010 1100100 111011

Color Harmonies of #FFC02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC02C

Black with #FFC02C

Text Example


Text Example

White with #FFC02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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