#FEBF27

Color #FEBF27 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #FEBF27

Tints of Saffron #FEBF27

Color information

#FEBF27 (or 0xFEBF27) is unknown color: approx Saffron. HEX triplet: FE, BF and 27. RGB value is (254,191,39). Sum of RGB (Red+Green+Blue) = 254+191+39=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 39 (15.62% from 255 or 8.06% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF27 is #0140D8. Grayscale: #C1C1C1. Windows color (decimal): -82137 or 2605054. OLE color: 2605054.

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

Color convert

RGB25419139-
CMYK00.250.850.00
HSL42.42º99.08%57.45%-
HSV(B)42.42º84.65%99.61%-
XYZ59.8758.4810.05-
YUV192.5141.37171.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.48%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 39 (15.62% from 255) = 8.06%
R=52.48%
G=39.46%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541913900.250.850.0042.4299.0857.45
HexFEBF270195502a6339
Octal3762774703112505214371
Binary1111111010111111100111011001101010101010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBF27; }

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

 H1.HeaderClassName
 {
   color: #FEBF27;
 }
 .AnyTagClassName
 {
   color: #FEBF27;
 }
</style>
background-color css

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

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

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

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

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

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