Html Css Color HEX #FEC22C Saffron

📋 copy color: '#FEC22C'

red 254 ◦ green 194 ◦ blue 44

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

Shades of Saffron #FEC22C

Tints of Saffron #FEC22C

RGB

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

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

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

R = 51.63%
G = 39.43%
B = 8.94%

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

#FEC22C (or 0xFEC22C) is known color: Saffron. HEX triplet: FE, C2 and 2C. RGB value is (254,194,44). Sum of RGB (Red+Green+Blue) = 254+194+44=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC22C is #013DD3. Grayscale: #C3C3C3. Windows color (decimal): -81364 or 2933502. OLE color: 2933502.

HSL color Cylindrical-coordinate representation of color #FEC22C: hue angle of 42.86º 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 #FEC22C is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 194 44 -
CMYK 0 0.24 0.83 0.00
HSL 42.86º 0.99% 0.58% -
HSV(B) 42.86º 0.83% 1% -
XYZ 60.62 59.84 10.74 -
YUV 194.84 42.88 170.2 -
System Red Green Blue C M Y K H S L
Decimal 254 194 44 0 0.24 0.83 0.00 42.86 0.99 0.58
Hex FE C2 2C 0 18 53 0 2B 63 3A
Octal 376 302 54 0 30 123 0 53 143 72
Binary 11111110 11000010 101100 0 11000 1010011 0 101011 1100011 111010

Color Harmonies of #FEC22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC22C

Black with #FEC22C

Text Example


Text Example

White with #FEC22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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