#FEF345

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

Shades of Paris Daisy #FEF345

Tints of Paris Daisy #FEF345

Color information

#FEF345 (or 0xFEF345) is unknown color: approx Paris Daisy. HEX triplet: FE, F3 and 45. RGB value is (254,243,69). Sum of RGB (Red+Green+Blue) = 254+243+69=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 69 (27.34% from 255 or 12.19% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF345 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF345 is #010CBA. Grayscale: #E3E3E3. Windows color (decimal): -68795 or 4584446. OLE color: 4584446.

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

Color convert

RGB25424369-
CMYK00.040.730.00
HSL56.43º98.93%63.33%-
HSV(B)56.43º72.83%99.61%-
XYZ7485.618.25-
YUV226.4539.14147.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 243 (95.31% from 255) = 42.93%
BLUE value IS 69 (27.34% from 255) = 12.19%
R=44.88%
G=42.93%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542436900.040.730.0056.4398.9363.33
HexFEF3450449038633f
Octal3763631050411107014377
Binary111111101111001110001010100100100101110001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF345; }

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

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

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

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

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

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

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

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