#FFF940

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

Shades of Paris Daisy #FFF940

Tints of Paris Daisy #FFF940

Color information

#FFF940 (or 0xFFF940) is unknown color: approx Paris Daisy. HEX triplet: FF, F9 and 40. RGB value is (255,249,64). Sum of RGB (Red+Green+Blue) = 255+249+64=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 64 (25.39% from 255 or 11.27% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF940 is #0006BF. Grayscale: #E6E6E6. Windows color (decimal): -1728 or 4258303. OLE color: 4258303.

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

Color convert

RGB25524964-
CMYK00.020.750
HSL58.12º100%62.55%-
HSV(B)58.12º74.9%100%-
XYZ76.0489.3818.1-
YUV229.734.49146.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 249 (97.66% from 255) = 43.84%
BLUE value IS 64 (25.39% from 255) = 11.27%
R=44.89%
G=43.84%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552496400.020.75058.1210062.55
HexFFF940024B03a643f
Octal3773711000211307214477
Binary11111111111110011000000010100101101110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF940; }

 p { color: rgb(255,249,64); }

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

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

 a { background-color: rgb(255,249,64); }

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

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

 span { border-color: rgb(255,249,64); }

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