#FFF64A

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

Shades of Paris Daisy #FFF64A

Tints of Paris Daisy #FFF64A

Color information

#FFF64A (or 0xFFF64A) is unknown color: approx Paris Daisy. HEX triplet: FF, F6 and 4A. RGB value is (255,246,74). Sum of RGB (Red+Green+Blue) = 255+246+74=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 74 (29.30% from 255 or 12.87% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF64A is #0009B5. Grayscale: #E5E5E5. Windows color (decimal): -2486 or 4912895. OLE color: 4912895.

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

Color convert

RGB25524674-
CMYK00.040.710
HSL57.02º100%64.51%-
HSV(B)57.02º70.98%100%-
XYZ75.4387.6719.42-
YUV229.0840.48146.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 246 (96.48% from 255) = 42.78%
BLUE value IS 74 (29.30% from 255) = 12.87%
R=44.35%
G=42.78%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552467400.040.71057.0210064.51
HexFFF64A04470396441
Octal37736611204107071144101
Binary1111111111110110100101001001000111011100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF64A; }

 p { color: rgb(255,246,74); }

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

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

 a { background-color: rgb(255,246,74); }

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

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

 span { border-color: rgb(255,246,74); }

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