Html Css Color HEX #FEBD26 Saffron

📋 copy color: '#FEBD26'

red 254 ◦ green 189 ◦ blue 38

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

Shades of Saffron #FEBD26

Tints of Saffron #FEBD26

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.29%

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

R = 52.81%
G = 39.29%
B = 7.9%

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

#FEBD26 (or 0xFEBD26) is known color: Saffron. HEX triplet: FE, BD and 26. RGB value is (254,189,38). Sum of RGB (Red+Green+Blue) = 254+189+38=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 38 (15.23% from 255 or 7.90% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBD26 is #0142D9. Grayscale: #BFBFBF. Windows color (decimal): -82650 or 2539006. OLE color: 2539006.

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

Color convert

RGB 254 189 38 -
CMYK 0 0.26 0.85 0.00
HSL 41.94º 0.99% 0.57% -
HSV(B) 41.94º 0.85% 1% -
XYZ 59.42 57.61 9.82 -
YUV 191.22 41.53 172.78 -
System Red Green Blue C M Y K H S L
Decimal 254 189 38 0 0.26 0.85 0.00 41.94 0.99 0.57
Hex FE BD 26 0 1A 55 0 2A 63 39
Octal 376 275 46 0 32 125 0 52 143 71
Binary 11111110 10111101 100110 0 11010 1010101 0 101010 1100011 111001

Color Harmonies of #FEBD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD26

Black with #FEBD26

Text Example


Text Example

White with #FEBD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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