#f2e44b

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

Shades of Paris Daisy #F2E44B

Tints of Paris Daisy #F2E44B

Color information

#F2E44B (or 0xF2E44B) is unknown color: approx Paris Daisy. HEX triplet: F2, E4 and 4B. RGB value is (242,228,75). Sum of RGB (Red+Green+Blue) = 242+228+75=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 75 (29.69% from 255 or 13.76% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E44B is #0D1BB4. Grayscale: #D7D7D7. Windows color (decimal): -859061 or 4973810. OLE color: 4973810.

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

Color convert

RGB24222875-
CMYK00.060.690.05
HSL54.97º86.53%62.16%-
HSV(B)54.97º69.01%94.9%-
XYZ65.6374.8717.65-
YUV214.7449.14147.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 228 (89.45% from 255) = 41.83%
BLUE value IS 75 (29.69% from 255) = 13.76%
R=44.40%
G=41.83%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422287500.060.690.0554.9786.5362.16
HexF2E44B0645537573e
Octal3623441130610556712776
Binary11110010111001001001011011010001011011101111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2e44b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2e44b; }

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

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

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

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

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

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

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

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