#F2F254

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

Shades of Paris Daisy #F2F254

Tints of Paris Daisy #F2F254

Color information

#F2F254 (or 0xF2F254) is unknown color: approx Paris Daisy. HEX triplet: F2, F2 and 54. RGB value is (242,242,84). Sum of RGB (Red+Green+Blue) = 242+242+84=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 84 (33.20% from 255 or 14.79% from 568); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F254 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F254 is #0D0DAB. Grayscale: #E0E0E0. Windows color (decimal): -855468 or 5567218. OLE color: 5567218.

HSL color Cylindrical-coordinate representation of color #F2F254: hue angle of 60º 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 #F2F254 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB24224284-
CMYK000.650.05
HSL60º85.87%63.92%-
HSV(B)60º65.29%94.9%-
XYZ69.9783.0220.72-
YUV223.9949140.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.61%
GREEN value IS 242 (94.92% from 255) = 42.61%
BLUE value IS 84 (33.20% from 255) = 14.79%
R=42.61%
G=42.61%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224284000.650.056085.8763.92
HexF2F254004153c5640
Octal36236212400101574126100
Binary1111001011110010101010000100000110111110010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F254; }

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

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

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

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

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

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

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

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