#FFF054

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

Shades of Paris Daisy #FFF054

Tints of Paris Daisy #FFF054

Color information

#FFF054 (or 0xFFF054) is unknown color: approx Paris Daisy. HEX triplet: FF, F0 and 54. RGB value is (255,240,84). Sum of RGB (Red+Green+Blue) = 255+240+84=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 84 (33.20% from 255 or 14.51% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF054 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF054 is #000FAB. Grayscale: #E3E3E3. Windows color (decimal): -4012 or 5566719. OLE color: 5566719.

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

Color convert

RGB25524084-
CMYK00.060.670
HSL54.74º100%66.47%-
HSV(B)54.74º67.06%100%-
XYZ7484.2220.74-
YUV226.747.47148.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.04%
GREEN value IS 240 (94.14% from 255) = 41.45%
BLUE value IS 84 (33.20% from 255) = 14.51%
R=44.04%
G=41.45%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552408400.060.67054.7410066.47
HexFFF05406430376442
Octal37736012406103067144102
Binary1111111111110000101010001101000011011011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF054; }

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

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

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

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

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

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

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

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