Html Css Color HEX #FEC027 Saffron

📋 copy color: '#FEC027'

red 254 ◦ green 192 ◦ blue 39

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

Shades of Saffron #FEC027

Tints of Saffron #FEC027

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.59%

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

R = 52.37%
G = 39.59%
B = 8.04%

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

#FEC027 (or 0xFEC027) is known color: Saffron. HEX triplet: FE, C0 and 27. RGB value is (254,192,39). Sum of RGB (Red+Green+Blue) = 254+192+39=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC027 is #013FD8. Grayscale: #C1C1C1. Windows color (decimal): -81881 or 2605310. OLE color: 2605310.

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

Color convert

RGB 254 192 39 -
CMYK 0 0.24 0.85 0.00
HSL 42.7º 0.99% 0.57% -
HSV(B) 42.7º 0.85% 1% -
XYZ 60.09 58.92 10.12 -
YUV 193.1 41.04 171.44 -
System Red Green Blue C M Y K H S L
Decimal 254 192 39 0 0.24 0.85 0.00 42.7 0.99 0.57
Hex FE C0 27 0 18 55 0 2B 63 39
Octal 376 300 47 0 30 125 0 53 143 71
Binary 11111110 11000000 100111 0 11000 1010101 0 101011 1100011 111001

Color Harmonies of #FEC027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC027

Black with #FEC027

Text Example


Text Example

White with #FEC027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC027; }

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

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

background-color css

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

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

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

border-color css

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

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

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