#FDF848

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

Shades of Paris Daisy #FDF848

Tints of Paris Daisy #FDF848

Color information

#FDF848 (or 0xFDF848) is unknown color: approx Paris Daisy. HEX triplet: FD, F8 and 48. RGB value is (253,248,72). Sum of RGB (Red+Green+Blue) = 253+248+72=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 72 (28.52% from 255 or 12.57% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF848 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF848 is #0207B7. Grayscale: #E6E6E6. Windows color (decimal): -133048 or 4782333. OLE color: 4782333.

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

Color convert

RGB25324872-
CMYK00.020.720.01
HSL58.34º97.84%63.73%-
HSV(B)58.34º71.54%99.22%-
XYZ75.2588.4919.24-
YUV229.4339.16144.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.15%
GREEN value IS 248 (97.27% from 255) = 43.28%
BLUE value IS 72 (28.52% from 255) = 12.57%
R=44.15%
G=43.28%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532487200.020.720.0158.3497.8463.73
HexFDF848024813a6240
Octal37537011002110172142100
Binary111111011111100010010000101001000111101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF848; }

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

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

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

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

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

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

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

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