Html Css Color HEX #FDF549 Paris Daisy

📋 copy color: '#FDF549'

red 253 ◦ green 245 ◦ blue 73

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

Shades of Paris Daisy #FDF549

Tints of Paris Daisy #FDF549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 12.78%

R = 44.31%
G = 42.91%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDF549 (or 0xFDF549) is known color: Paris Daisy. HEX triplet: FD, F5 and 49. RGB value is (253,245,73). Sum of RGB (Red+Green+Blue) = 253+245+73=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 73 (28.91% from 255 or 12.78% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF549 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF549 is #020AB6. Grayscale: #E4E4E4. Windows color (decimal): -133815 or 4847101. OLE color: 4847101.

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

Color convert

RGB 253 245 73 -
CMYK 0 0.03 0.71 0.01
HSL 57.33º 0.98% 0.64% -
HSV(B) 57.33º 0.71% 0.99% -
XYZ 74.36 86.67 19.11 -
YUV 227.78 40.65 145.99 -
System Red Green Blue C M Y K H S L
Decimal 253 245 73 0 0.03 0.71 0.01 57.33 0.98 0.64
Hex FD F5 49 0 3 47 1 39 62 40
Octal 375 365 111 0 3 107 1 71 142 100
Binary 11111101 11110101 1001001 0 11 1000111 1 111001 1100010 1000000

Color Harmonies of #FDF549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF549

Black with #FDF549

Text Example


Text Example

White with #FDF549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF549; }

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

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

background-color css

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

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

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

border-color css

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

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

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