Html Css Color HEX #FEBB26 Saffron

📋 copy color: '#FEBB26'

red 254 ◦ green 187 ◦ blue 38

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

Shades of Saffron #FEBB26

Tints of Saffron #FEBB26

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.04%

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

R = 53.03%
G = 39.04%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEBB26 (or 0xFEBB26) is known color: Saffron. HEX triplet: FE, BB and 26. RGB value is (254,187,38). Sum of RGB (Red+Green+Blue) = 254+187+38=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 38 (15.23% from 255 or 7.93% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB26 is #0144D9. Grayscale: #BEBEBE. Windows color (decimal): -83162 or 2538494. OLE color: 2538494.

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

Color convert

RGB 254 187 38 -
CMYK 0 0.26 0.85 0.00
HSL 41.39º 0.99% 0.57% -
HSV(B) 41.39º 0.85% 1% -
XYZ 58.99 56.75 9.68 -
YUV 190.05 42.2 173.62 -
System Red Green Blue C M Y K H S L
Decimal 254 187 38 0 0.26 0.85 0.00 41.39 0.99 0.57
Hex FE BB 26 0 1A 55 0 29 63 39
Octal 376 273 46 0 32 125 0 51 143 71
Binary 11111110 10111011 100110 0 11010 1010101 0 101001 1100011 111001

Color Harmonies of #FEBB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBB26

Black with #FEBB26

Text Example


Text Example

White with #FEBB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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