Html Css Color HEX #FEC22E Saffron

📋 copy color: '#FEC22E'

red 254 ◦ green 194 ◦ blue 46

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

Shades of Saffron #FEC22E

Tints of Saffron #FEC22E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.27%

 BLUE value IS 46 (18.36% from 255) = 9.31%

R = 51.42%
G = 39.27%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEC22E (or 0xFEC22E) is known color: Saffron. HEX triplet: FE, C2 and 2E. RGB value is (254,194,46). Sum of RGB (Red+Green+Blue) = 254+194+46=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC22E is #013DD1. Grayscale: #C3C3C3. Windows color (decimal): -81362 or 3064574. OLE color: 3064574.

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

Color convert

RGB 254 194 46 -
CMYK 0 0.24 0.82 0.00
HSL 42.69º 0.99% 0.59% -
HSV(B) 42.69º 0.82% 1% -
XYZ 60.66 59.85 10.94 -
YUV 195.07 43.88 170.03 -
System Red Green Blue C M Y K H S L
Decimal 254 194 46 0 0.24 0.82 0.00 42.69 0.99 0.59
Hex FE C2 2E 0 18 52 0 2B 63 3B
Octal 376 302 56 0 30 122 0 53 143 73
Binary 11111110 11000010 101110 0 11000 1010010 0 101011 1100011 111011

Color Harmonies of #FEC22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC22E

Black with #FEC22E

Text Example


Text Example

White with #FEC22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC22E; }

 p { color: rgb(254,194,46); }

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

background-color css

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

 a { background-color: rgb(254,194,46); }

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

border-color css

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

 span { border-color: rgb(254,194,46); }

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