Html Css Color HEX #FDF548 Paris Daisy

📋 copy color: '#FDF548'

red 253 ◦ green 245 ◦ blue 72

#FDF548
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #FDF548

Tints of Paris Daisy #FDF548

RGB

 RED value IS 253 (99.22% from 255) = 44.39%

 GREEN value IS 245 (96.09% from 255) = 42.98%

 BLUE value IS 72 (28.52% from 255) = 12.63%

R = 44.39%
G = 42.98%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDF548 (or 0xFDF548) is known color: Paris Daisy. HEX triplet: FD, F5 and 48. RGB value is (253,245,72). Sum of RGB (Red+Green+Blue) = 253+245+72=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 72 (28.52% from 255 or 12.63% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF548 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF548 is #020AB7. Grayscale: #E4E4E4. Windows color (decimal): -133816 or 4781565. OLE color: 4781565.

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

Color convert

RGB 253 245 72 -
CMYK 0 0.03 0.72 0.01
HSL 57.35º 0.98% 0.64% -
HSV(B) 57.35º 0.72% 0.99% -
XYZ 74.33 86.66 18.94 -
YUV 227.67 40.15 146.07 -
System Red Green Blue C M Y K H S L
Decimal 253 245 72 0 0.03 0.72 0.01 57.35 0.98 0.64
Hex FD F5 48 0 3 48 1 39 62 40
Octal 375 365 110 0 3 110 1 71 142 100
Binary 11111101 11110101 1001000 0 11 1001000 1 111001 1100010 1000000

Color Harmonies of #FDF548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF548

Black with #FDF548

Text Example


Text Example

White with #FDF548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF548; }

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

 H1.HeaderClassName
 {
   color: #FDF548;
 }
 .AnyTagClassName
 {
   color: #FDF548;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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