#F0F14E

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

Shades of Paris Daisy #F0F14E

Tints of Paris Daisy #F0F14E

Color information

#F0F14E (or 0xF0F14E) is unknown color: approx Paris Daisy. HEX triplet: F0, F1 and 4E. RGB value is (240,241,78). Sum of RGB (Red+Green+Blue) = 240+241+78=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 78 (30.86% from 255 or 13.95% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F14E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F14E is #0F0EB1. Grayscale: #DEDEDE. Windows color (decimal): -986802 or 5173744. OLE color: 5173744.

HSL color Cylindrical-coordinate representation of color #F0F14E: hue angle of 60.37º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0F14E is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24024178-
CMYK0.0000.680.05
HSL60.37º85.34%62.55%-
HSV(B)60.37º67.63%94.51%-
XYZ68.7781.9919.41-
YUV222.1246.67140.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.93%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 78 (30.86% from 255) = 13.95%
R=42.93%
G=43.11%
B=13.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal240241780.0000.680.0560.3785.3462.55
HexF0F14E004453c553f
Octal3603611160010457412577
Binary111100001111000110011100010001001011111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F14E; }

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

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

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

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

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

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

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

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