#FFF041

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

Shades of Paris Daisy #FFF041

Tints of Paris Daisy #FFF041

Color information

#FFF041 (or 0xFFF041) is unknown color: approx Paris Daisy. HEX triplet: FF, F0 and 41. RGB value is (255,240,65). Sum of RGB (Red+Green+Blue) = 255+240+65=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 65 (25.78% from 255 or 11.61% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF041 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF041 is #000FBE. Grayscale: #E1E1E1. Windows color (decimal): -4031 or 4321535. OLE color: 4321535.

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

Color convert

RGB25524065-
CMYK00.060.750
HSL55.26º100%62.75%-
HSV(B)55.26º74.51%100%-
XYZ73.3583.9617.34-
YUV224.5437.97149.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 240 (94.14% from 255) = 42.86%
BLUE value IS 65 (25.78% from 255) = 11.61%
R=45.54%
G=42.86%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552406500.060.75055.2610062.75
HexFFF041064B037643f
Octal3773601010611306714477
Binary111111111111000010000010110100101101101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF041; }

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

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

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

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

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

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

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

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