Html Css Color HEX #FEC02C Saffron

📋 copy color: '#FEC02C'

red 254 ◦ green 192 ◦ blue 44

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

Shades of Saffron #FEC02C

Tints of Saffron #FEC02C

RGB

 RED value IS 254 (99.61% from 255) = 51.84%

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

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

R = 51.84%
G = 39.18%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEC02C (or 0xFEC02C) is known color: Saffron. HEX triplet: FE, C0 and 2C. RGB value is (254,192,44). Sum of RGB (Red+Green+Blue) = 254+192+44=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC02C is #013FD3. Grayscale: #C2C2C2. Windows color (decimal): -81876 or 2932990. OLE color: 2932990.

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

Color convert

RGB 254 192 44 -
CMYK 0 0.24 0.83 0.00
HSL 42.29º 0.99% 0.58% -
HSV(B) 42.29º 0.83% 1% -
XYZ 60.18 58.95 10.59 -
YUV 193.67 43.54 171.03 -
System Red Green Blue C M Y K H S L
Decimal 254 192 44 0 0.24 0.83 0.00 42.29 0.99 0.58
Hex FE C0 2C 0 18 53 0 2A 63 3A
Octal 376 300 54 0 30 123 0 52 143 72
Binary 11111110 11000000 101100 0 11000 1010011 0 101010 1100011 111010

Color Harmonies of #FEC02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC02C

Black with #FEC02C

Text Example


Text Example

White with #FEC02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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