Html Css Color HEX #FEC22F Saffron

📋 copy color: '#FEC22F'

red 254 ◦ green 194 ◦ blue 47

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

Shades of Saffron #FEC22F

Tints of Saffron #FEC22F

RGB

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

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

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

R = 51.31%
G = 39.19%
B = 9.49%

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

#FEC22F (or 0xFEC22F) is known color: Saffron. HEX triplet: FE, C2 and 2F. RGB value is (254,194,47). Sum of RGB (Red+Green+Blue) = 254+194+47=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC22F is #013DD0. Grayscale: #C3C3C3. Windows color (decimal): -81361 or 3130110. OLE color: 3130110.

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

Color convert

RGB 254 194 47 -
CMYK 0 0.24 0.81 0.00
HSL 42.61º 0.99% 0.59% -
HSV(B) 42.61º 0.81% 1% -
XYZ 60.68 59.86 11.05 -
YUV 195.18 44.38 169.95 -
System Red Green Blue C M Y K H S L
Decimal 254 194 47 0 0.24 0.81 0.00 42.61 0.99 0.59
Hex FE C2 2F 0 18 51 0 2B 63 3B
Octal 376 302 57 0 30 121 0 53 143 73
Binary 11111110 11000010 101111 0 11000 1010001 0 101011 1100011 111011

Color Harmonies of #FEC22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC22F

Black with #FEC22F

Text Example


Text Example

White with #FEC22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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