Html Css Color HEX #FEC227 Saffron

📋 copy color: '#FEC227'

red 254 ◦ green 194 ◦ blue 39

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

Shades of Saffron #FEC227

Tints of Saffron #FEC227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.01%

R = 52.16%
G = 39.84%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEC227 (or 0xFEC227) is known color: Saffron. HEX triplet: FE, C2 and 27. RGB value is (254,194,39). Sum of RGB (Red+Green+Blue) = 254+194+39=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 39 (15.62% from 255 or 8.01% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC227 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC227 is #013DD8. Grayscale: #C2C2C2. Windows color (decimal): -81369 or 2605822. OLE color: 2605822.

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

Color convert

RGB 254 194 39 -
CMYK 0 0.24 0.85 0.00
HSL 43.26º 0.99% 0.57% -
HSV(B) 43.26º 0.85% 1% -
XYZ 60.53 59.8 10.27 -
YUV 194.27 40.38 170.6 -
System Red Green Blue C M Y K H S L
Decimal 254 194 39 0 0.24 0.85 0.00 43.26 0.99 0.57
Hex FE C2 27 0 18 55 0 2B 63 39
Octal 376 302 47 0 30 125 0 53 143 71
Binary 11111110 11000010 100111 0 11000 1010101 0 101011 1100011 111001

Color Harmonies of #FEC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC227

Black with #FEC227

Text Example


Text Example

White with #FEC227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC227; }

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

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

background-color css

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

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

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

border-color css

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

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

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