Html Css Color HEX #FEBB25 Saffron

📋 copy color: '#FEBB25'

red 254 ◦ green 187 ◦ blue 37

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

Shades of Saffron #FEBB25

Tints of Saffron #FEBB25

RGB

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

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

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

R = 53.14%
G = 39.12%
B = 7.74%

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

#FEBB25 (or 0xFEBB25) is known color: Saffron. HEX triplet: FE, BB and 25. RGB value is (254,187,37). Sum of RGB (Red+Green+Blue) = 254+187+37=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB25 is #0144DA. Grayscale: #BEBEBE. Windows color (decimal): -83163 or 2472958. OLE color: 2472958.

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

Color convert

RGB 254 187 37 -
CMYK 0 0.26 0.85 0.00
HSL 41.47º 0.99% 0.57% -
HSV(B) 41.47º 0.85% 1% -
XYZ 58.98 56.75 9.59 -
YUV 189.93 41.7 173.7 -
System Red Green Blue C M Y K H S L
Decimal 254 187 37 0 0.26 0.85 0.00 41.47 0.99 0.57
Hex FE BB 25 0 1A 55 0 29 63 39
Octal 376 273 45 0 32 125 0 51 143 71
Binary 11111110 10111011 100101 0 11010 1010101 0 101001 1100011 111001

Color Harmonies of #FEBB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBB25

Black with #FEBB25

Text Example


Text Example

White with #FEBB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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