#FEF541

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

Shades of Paris Daisy #FEF541

Tints of Paris Daisy #FEF541

Color information

#FEF541 (or 0xFEF541) is unknown color: approx Paris Daisy. HEX triplet: FE, F5 and 41. RGB value is (254,245,65). Sum of RGB (Red+Green+Blue) = 254+245+65=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 65 (25.78% from 255 or 11.52% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF541 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF541 is #010ABE. Grayscale: #E3E3E3. Windows color (decimal): -68287 or 4322814. OLE color: 4322814.

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

Color convert

RGB25424565-
CMYK00.040.740.00
HSL57.14º98.95%62.55%-
HSV(B)57.14º74.41%99.61%-
XYZ74.4886.7617.82-
YUV227.1736.48147.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 245 (96.09% from 255) = 43.44%
BLUE value IS 65 (25.78% from 255) = 11.52%
R=45.04%
G=43.44%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542456500.040.740.0057.1498.9562.55
HexFEF541044A039633f
Octal3763651010411207114377
Binary111111101111010110000010100100101001110011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF541; }

 p { color: rgb(254,245,65); }

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

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

 a { background-color: rgb(254,245,65); }

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

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

 span { border-color: rgb(254,245,65); }

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