Html Css Color HEX #FEBC25 Saffron

📋 copy color: '#FEBC25'

red 254 ◦ green 188 ◦ blue 37

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

Shades of Saffron #FEBC25

Tints of Saffron #FEBC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.72%

R = 53.03%
G = 39.25%
B = 7.72%

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

#FEBC25 (or 0xFEBC25) is known color: Saffron. HEX triplet: FE, BC and 25. RGB value is (254,188,37). Sum of RGB (Red+Green+Blue) = 254+188+37=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 37 (14.84% from 255 or 7.72% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC25 is #0143DA. Grayscale: #BFBFBF. Windows color (decimal): -82907 or 2473214. OLE color: 2473214.

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

Color convert

RGB 254 188 37 -
CMYK 0 0.26 0.85 0.00
HSL 41.75º 0.99% 0.57% -
HSV(B) 41.75º 0.85% 1% -
XYZ 59.19 57.17 9.67 -
YUV 190.52 41.37 173.28 -
System Red Green Blue C M Y K H S L
Decimal 254 188 37 0 0.26 0.85 0.00 41.75 0.99 0.57
Hex FE BC 25 0 1A 55 0 2A 63 39
Octal 376 274 45 0 32 125 0 52 143 71
Binary 11111110 10111100 100101 0 11010 1010101 0 101010 1100011 111001

Color Harmonies of #FEBC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC25

Black with #FEBC25

Text Example


Text Example

White with #FEBC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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