Html Css Color HEX #FEC02F Saffron

📋 copy color: '#FEC02F'

red 254 ◦ green 192 ◦ blue 47

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

Shades of Saffron #FEC02F

Tints of Saffron #FEC02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.53%

R = 51.52%
G = 38.95%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEC02F (or 0xFEC02F) is known color: Saffron. HEX triplet: FE, C0 and 2F. RGB value is (254,192,47). Sum of RGB (Red+Green+Blue) = 254+192+47=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC02F is #013FD0. Grayscale: #C2C2C2. Windows color (decimal): -81873 or 3129598. OLE color: 3129598.

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

Color convert

RGB 254 192 47 -
CMYK 0 0.24 0.81 0.00
HSL 42.03º 0.99% 0.59% -
HSV(B) 42.03º 0.81% 1% -
XYZ 60.24 58.98 10.9 -
YUV 194.01 45.04 170.79 -
System Red Green Blue C M Y K H S L
Decimal 254 192 47 0 0.24 0.81 0.00 42.03 0.99 0.59
Hex FE C0 2F 0 18 51 0 2A 63 3B
Octal 376 300 57 0 30 121 0 52 143 73
Binary 11111110 11000000 101111 0 11000 1010001 0 101010 1100011 111011

Color Harmonies of #FEC02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC02F

Black with #FEC02F

Text Example


Text Example

White with #FEC02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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