#F0F154

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

Shades of Paris Daisy #F0F154

Tints of Paris Daisy #F0F154

Color information

#F0F154 (or 0xF0F154) is unknown color: approx Paris Daisy. HEX triplet: F0, F1 and 54. RGB value is (240,241,84). Sum of RGB (Red+Green+Blue) = 240+241+84=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 84 (33.20% from 255 or 14.87% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F154 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F154 is #0F0EAB. Grayscale: #DFDFDF. Windows color (decimal): -986796 or 5566960. OLE color: 5566960.

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

Color convert

RGB24024184-
CMYK0.0000.650.05
HSL60.38º84.86%63.73%-
HSV(B)60.38º65.15%94.51%-
XYZ68.9982.0820.59-
YUV222.849.67140.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 241 (94.53% from 255) = 42.65%
BLUE value IS 84 (33.20% from 255) = 14.87%
R=42.48%
G=42.65%
B=14.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal240241840.0000.650.0560.3884.8663.73
HexF0F154004153c5540
Octal36036112400101574125100
Binary1111000011110001101010000100000110111110010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F154; }

 p { color: rgb(240,241,84); }

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

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

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

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

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

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

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