Html Css Color HEX #FEC229 Saffron

📋 copy color: '#FEC229'

red 254 ◦ green 194 ◦ blue 41

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

Shades of Saffron #FEC229

Tints of Saffron #FEC229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.38%

R = 51.94%
G = 39.67%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEC229 (or 0xFEC229) is known color: Saffron. HEX triplet: FE, C2 and 29. RGB value is (254,194,41). Sum of RGB (Red+Green+Blue) = 254+194+41=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 41 (16.41% from 255 or 8.38% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC229 is #013DD6. Grayscale: #C3C3C3. Windows color (decimal): -81367 or 2736894. OLE color: 2736894.

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

Color convert

RGB 254 194 41 -
CMYK 0 0.24 0.84 0.00
HSL 43.1º 0.99% 0.58% -
HSV(B) 43.1º 0.84% 1% -
XYZ 60.57 59.81 10.45 -
YUV 194.5 41.38 170.44 -
System Red Green Blue C M Y K H S L
Decimal 254 194 41 0 0.24 0.84 0.00 43.1 0.99 0.58
Hex FE C2 29 0 18 54 0 2B 63 3A
Octal 376 302 51 0 30 124 0 53 143 72
Binary 11111110 11000010 101001 0 11000 1010100 0 101011 1100011 111010

Color Harmonies of #FEC229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC229

Black with #FEC229

Text Example


Text Example

White with #FEC229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC229; }

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

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

background-color css

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

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

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

border-color css

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

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

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