Html Css Color HEX #FEBF25 Saffron

📋 copy color: '#FEBF25'

red 254 ◦ green 191 ◦ blue 37

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

Shades of Saffron #FEBF25

Tints of Saffron #FEBF25

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

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

R = 52.7%
G = 39.63%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEBF25 (or 0xFEBF25) is known color: Saffron. HEX triplet: FE, BF and 25. RGB value is (254,191,37). Sum of RGB (Red+Green+Blue) = 254+191+37=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF25 is #0140DA. Grayscale: #C0C0C0. Windows color (decimal): -82139 or 2473982. OLE color: 2473982.

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

Color convert

RGB 254 191 37 -
CMYK 0 0.25 0.85 0.00
HSL 42.58º 0.99% 0.57% -
HSV(B) 42.58º 0.85% 1% -
XYZ 59.84 58.47 9.88 -
YUV 192.28 40.37 172.02 -
System Red Green Blue C M Y K H S L
Decimal 254 191 37 0 0.25 0.85 0.00 42.58 0.99 0.57
Hex FE BF 25 0 19 55 0 2B 63 39
Octal 376 277 45 0 31 125 0 53 143 71
Binary 11111110 10111111 100101 0 11001 1010101 0 101011 1100011 111001

Color Harmonies of #FEBF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF25

Black with #FEBF25

Text Example


Text Example

White with #FEBF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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