#F2F14B

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

Shades of Paris Daisy #F2F14B

Tints of Paris Daisy #F2F14B

Color information

#F2F14B (or 0xF2F14B) is unknown color: approx Paris Daisy. HEX triplet: F2, F1 and 4B. RGB value is (242,241,75). Sum of RGB (Red+Green+Blue) = 242+241+75=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 75 (29.69% from 255 or 13.44% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F14B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F14B is #0D0EB4. Grayscale: #DFDFDF. Windows color (decimal): -855733 or 4977138. OLE color: 4977138.

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

Color convert

RGB24224175-
CMYK00.000.690.05
HSL59.64º86.53%62.16%-
HSV(B)59.64º69.01%94.9%-
XYZ69.3482.318.89-
YUV222.3844.83142-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.37%
GREEN value IS 241 (94.53% from 255) = 43.19%
BLUE value IS 75 (29.69% from 255) = 13.44%
R=43.37%
G=43.19%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422417500.000.690.0559.6486.5362.16
HexF2F14B004553c573e
Octal3623611130010557412776
Binary111100101111000110010110010001011011111001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F14B; }

 p { color: rgb(242,241,75); }

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

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

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

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

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

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

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