Html Css Color HEX #FEBC26 Saffron

📋 copy color: '#FEBC26'

red 254 ◦ green 188 ◦ blue 38

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

Shades of Saffron #FEBC26

Tints of Saffron #FEBC26

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.17%

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

R = 52.92%
G = 39.17%
B = 7.92%

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

#FEBC26 (or 0xFEBC26) is known color: Saffron. HEX triplet: FE, BC and 26. RGB value is (254,188,38). Sum of RGB (Red+Green+Blue) = 254+188+38=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 38 (15.23% from 255 or 7.92% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC26 is #0143D9. Grayscale: #BFBFBF. Windows color (decimal): -82906 or 2538750. OLE color: 2538750.

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

Color convert

RGB 254 188 38 -
CMYK 0 0.26 0.85 0.00
HSL 41.67º 0.99% 0.57% -
HSV(B) 41.67º 0.85% 1% -
XYZ 59.21 57.18 9.75 -
YUV 190.63 41.87 173.2 -
System Red Green Blue C M Y K H S L
Decimal 254 188 38 0 0.26 0.85 0.00 41.67 0.99 0.57
Hex FE BC 26 0 1A 55 0 2A 63 39
Octal 376 274 46 0 32 125 0 52 143 71
Binary 11111110 10111100 100110 0 11010 1010101 0 101010 1100011 111001

Color Harmonies of #FEBC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC26

Black with #FEBC26

Text Example


Text Example

White with #FEBC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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