Html Css Color HEX #FEC028 Saffron

📋 copy color: '#FEC028'

red 254 ◦ green 192 ◦ blue 40

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

Shades of Saffron #FEC028

Tints of Saffron #FEC028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.23%

R = 52.26%
G = 39.51%
B = 8.23%

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

#FEC028 (or 0xFEC028) is known color: Saffron. HEX triplet: FE, C0 and 28. RGB value is (254,192,40). Sum of RGB (Red+Green+Blue) = 254+192+40=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC028 is #013FD7. Grayscale: #C1C1C1. Windows color (decimal): -81880 or 2670846. OLE color: 2670846.

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

Color convert

RGB 254 192 40 -
CMYK 0 0.24 0.84 0.00
HSL 42.62º 0.99% 0.58% -
HSV(B) 42.62º 0.84% 1% -
XYZ 60.11 58.92 10.21 -
YUV 193.21 41.54 171.36 -
System Red Green Blue C M Y K H S L
Decimal 254 192 40 0 0.24 0.84 0.00 42.62 0.99 0.58
Hex FE C0 28 0 18 54 0 2B 63 3A
Octal 376 300 50 0 30 124 0 53 143 72
Binary 11111110 11000000 101000 0 11000 1010100 0 101011 1100011 111010

Color Harmonies of #FEC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC028

Black with #FEC028

Text Example


Text Example

White with #FEC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC028; }

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

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

background-color css

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

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

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

border-color css

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

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

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