#F2E354

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

Shades of Paris Daisy #F2E354

Tints of Paris Daisy #F2E354

Color information

#F2E354 (or 0xF2E354) is unknown color: approx Paris Daisy. HEX triplet: F2, E3 and 54. RGB value is (242,227,84). Sum of RGB (Red+Green+Blue) = 242+227+84=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 84 (33.20% from 255 or 15.19% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E354 is #0D1CAB. Grayscale: #D7D7D7. Windows color (decimal): -859308 or 5563378. OLE color: 5563378.

HSL color Cylindrical-coordinate representation of color #F2E354: hue angle of 54.3º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2E354 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB24222784-
CMYK00.060.650.05
HSL54.3º85.87%63.92%-
HSV(B)54.3º65.29%94.9%-
XYZ65.6974.4619.3-
YUV215.1853.97147.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 227 (89.06% from 255) = 41.05%
BLUE value IS 84 (33.20% from 255) = 15.19%
R=43.76%
G=41.05%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422278400.060.650.0554.385.8763.92
HexF2E35406415365640
Octal36234312406101566126100
Binary111100101110001110101000110100000110111011010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E354; }

 p { color: rgb(242,227,84); }

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

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

 a { background-color: rgb(242,227,84); }

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

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

 span { border-color: rgb(242,227,84); }

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