#FDFA48

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

Shades of Paris Daisy #FDFA48

Tints of Paris Daisy #FDFA48

Color information

#FDFA48 (or 0xFDFA48) is unknown color: approx Paris Daisy. HEX triplet: FD, FA and 48. RGB value is (253,250,72). Sum of RGB (Red+Green+Blue) = 253+250+72=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 72 (28.52% from 255 or 12.52% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFA48 is #0205B7. Grayscale: #E7E7E7. Windows color (decimal): -132536 or 4782845. OLE color: 4782845.

HSL color Cylindrical-coordinate representation of color #FDFA48: hue angle of 59.01º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDFA48 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB25325072-
CMYK00.010.720.01
HSL59.01º97.84%63.73%-
HSV(B)59.01º71.54%99.22%-
XYZ75.8689.7219.45-
YUV230.638.49143.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 72 (28.52% from 255) = 12.52%
R=44%
G=43.48%
B=12.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532507200.010.720.0159.0197.8463.73
HexFDFA48014813b6240
Octal37537211001110173142100
Binary11111101111110101001000011001000111101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA48; }

 p { color: rgb(253,250,72); }

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

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

 a { background-color: rgb(253,250,72); }

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

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

 span { border-color: rgb(253,250,72); }

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