#FFFA41

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

Shades of Paris Daisy #FFFA41

Tints of Paris Daisy #FFFA41

Color information

#FFFA41 (or 0xFFFA41) is unknown color: approx Paris Daisy. HEX triplet: FF, FA and 41. RGB value is (255,250,65). Sum of RGB (Red+Green+Blue) = 255+250+65=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 65 (25.78% from 255 or 11.40% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA41 is #0005BE. Grayscale: #E7E7E7. Windows color (decimal): -1471 or 4324095. OLE color: 4324095.

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

Color convert

RGB25525065-
CMYK00.020.750
HSL58.42º100%62.75%-
HSV(B)58.42º74.51%100%-
XYZ76.3890.0118.35-
YUV230.434.66145.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 250 (98.05% from 255) = 43.86%
BLUE value IS 65 (25.78% from 255) = 11.40%
R=44.74%
G=43.86%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552506500.020.75058.4210062.75
HexFFFA41024B03a643f
Octal3773721010211307214477
Binary11111111111110101000001010100101101110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFA41; }

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

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

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

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

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

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

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

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