Html Css Color HEX #FEC026 Saffron

📋 copy color: '#FEC026'

red 254 ◦ green 192 ◦ blue 38

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

Shades of Saffron #FEC026

Tints of Saffron #FEC026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.85%

R = 52.48%
G = 39.67%
B = 7.85%

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

#FEC026 (or 0xFEC026) is known color: Saffron. HEX triplet: FE, C0 and 26. RGB value is (254,192,38). Sum of RGB (Red+Green+Blue) = 254+192+38=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 38 (15.23% from 255 or 7.85% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC026 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC026 is #013FD9. Grayscale: #C1C1C1. Windows color (decimal): -81882 or 2539774. OLE color: 2539774.

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

Color convert

RGB 254 192 38 -
CMYK 0 0.24 0.85 0.00
HSL 42.78º 0.99% 0.57% -
HSV(B) 42.78º 0.85% 1% -
XYZ 60.07 58.91 10.04 -
YUV 192.98 40.54 171.52 -
System Red Green Blue C M Y K H S L
Decimal 254 192 38 0 0.24 0.85 0.00 42.78 0.99 0.57
Hex FE C0 26 0 18 55 0 2B 63 39
Octal 376 300 46 0 30 125 0 53 143 71
Binary 11111110 11000000 100110 0 11000 1010101 0 101011 1100011 111001

Color Harmonies of #FEC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC026

Black with #FEC026

Text Example


Text Example

White with #FEC026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC026; }

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

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

background-color css

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

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

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

border-color css

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

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

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