Html Css Color HEX #FEBF28 Saffron

📋 copy color: '#FEBF28'

red 254 ◦ green 191 ◦ blue 40

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

Shades of Saffron #FEBF28

Tints of Saffron #FEBF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.25%

R = 52.37%
G = 39.38%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEBF28 (or 0xFEBF28) is known color: Saffron. HEX triplet: FE, BF and 28. RGB value is (254,191,40). Sum of RGB (Red+Green+Blue) = 254+191+40=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF28 is #0140D7. Grayscale: #C1C1C1. Windows color (decimal): -82136 or 2670590. OLE color: 2670590.

HSL color Cylindrical-coordinate representation of color #FEBF28: hue angle of 42.34º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEBF28 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 191 40 -
CMYK 0 0.25 0.84 0.00
HSL 42.34º 0.99% 0.58% -
HSV(B) 42.34º 0.84% 1% -
XYZ 59.89 58.49 10.14 -
YUV 192.62 41.87 171.78 -
System Red Green Blue C M Y K H S L
Decimal 254 191 40 0 0.25 0.84 0.00 42.34 0.99 0.58
Hex FE BF 28 0 19 54 0 2A 63 3A
Octal 376 277 50 0 31 124 0 52 143 72
Binary 11111110 10111111 101000 0 11001 1010100 0 101010 1100011 111010

Color Harmonies of #FEBF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF28

Black with #FEBF28

Text Example


Text Example

White with #FEBF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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