#FFF04E

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

Shades of Paris Daisy #FFF04E

Tints of Paris Daisy #FFF04E

Color information

#FFF04E (or 0xFFF04E) is unknown color: approx Paris Daisy. HEX triplet: FF, F0 and 4E. RGB value is (255,240,78). Sum of RGB (Red+Green+Blue) = 255+240+78=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 78 (30.86% from 255 or 13.61% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF04E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF04E is #000FB1. Grayscale: #E2E2E2. Windows color (decimal): -4018 or 5173503. OLE color: 5173503.

HSL color Cylindrical-coordinate representation of color #FFF04E: hue angle of 54.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFF04E is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB25524078-
CMYK00.060.690
HSL54.92º100%65.29%-
HSV(B)54.92º69.41%100%-
XYZ73.7884.1319.56-
YUV226.0244.47148.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 240 (94.14% from 255) = 41.88%
BLUE value IS 78 (30.86% from 255) = 13.61%
R=44.50%
G=41.88%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552407800.060.69054.9210065.29
HexFFF04E06450376441
Octal37736011606105067144101
Binary1111111111110000100111001101000101011011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF04E; }

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

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

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

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

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

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

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

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