#FDF948

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

Shades of Paris Daisy #FDF948

Tints of Paris Daisy #FDF948

Color information

#FDF948 (or 0xFDF948) is unknown color: approx Paris Daisy. HEX triplet: FD, F9 and 48. RGB value is (253,249,72). Sum of RGB (Red+Green+Blue) = 253+249+72=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 72 (28.52% from 255 or 12.54% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF948 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF948 is #0206B7. Grayscale: #E6E6E6. Windows color (decimal): -132792 or 4782589. OLE color: 4782589.

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

Color convert

RGB25324972-
CMYK00.020.720.01
HSL58.67º97.84%63.73%-
HSV(B)58.67º71.54%99.22%-
XYZ75.5589.119.35-
YUV230.0238.83144.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.08%
GREEN value IS 249 (97.66% from 255) = 43.38%
BLUE value IS 72 (28.52% from 255) = 12.54%
R=44.08%
G=43.38%
B=12.54%

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
Decimal2532497200.020.720.0158.6797.8463.73
HexFDF948024813b6240
Octal37537111002110173142100
Binary111111011111100110010000101001000111101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF948; }

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

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

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

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

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

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

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

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