#FEF045

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

Shades of Paris Daisy #FEF045

Tints of Paris Daisy #FEF045

Color information

#FEF045 (or 0xFEF045) is unknown color: approx Paris Daisy. HEX triplet: FE, F0 and 45. RGB value is (254,240,69). Sum of RGB (Red+Green+Blue) = 254+240+69=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 69 (27.34% from 255 or 12.26% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF045 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF045 is #010FBA. Grayscale: #E1E1E1. Windows color (decimal): -69563 or 4583678. OLE color: 4583678.

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

Color convert

RGB25424069-
CMYK00.060.730.00
HSL55.46º98.93%63.33%-
HSV(B)55.46º72.83%99.61%-
XYZ73.1183.8217.96-
YUV224.6940.14148.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 240 (94.14% from 255) = 42.63%
BLUE value IS 69 (27.34% from 255) = 12.26%
R=45.12%
G=42.63%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542406900.060.730.0055.4698.9363.33
HexFEF0450649037633f
Octal3763601050611106714377
Binary111111101111000010001010110100100101101111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF045; }

 p { color: rgb(254,240,69); }

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

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

 a { background-color: rgb(254,240,69); }

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

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

 span { border-color: rgb(254,240,69); }

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