Html Css Color HEX #FDF849 Paris Daisy

📋 copy color: '#FDF849'

red 253 ◦ green 248 ◦ blue 73

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

Shades of Paris Daisy #FDF849

Tints of Paris Daisy #FDF849

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.21%

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

R = 44.08%
G = 43.21%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDF849 (or 0xFDF849) is known color: Paris Daisy. HEX triplet: FD, F8 and 49. RGB value is (253,248,73). Sum of RGB (Red+Green+Blue) = 253+248+73=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 73 (28.91% from 255 or 12.72% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF849 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF849 is #0207B6. Grayscale: #E6E6E6. Windows color (decimal): -133047 or 4847869. OLE color: 4847869.

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

Color convert

RGB 253 248 73 -
CMYK 0 0.02 0.71 0.01
HSL 58.33º 0.98% 0.64% -
HSV(B) 58.33º 0.71% 0.99% -
XYZ 75.28 88.5 19.42 -
YUV 229.55 39.66 144.73 -
System Red Green Blue C M Y K H S L
Decimal 253 248 73 0 0.02 0.71 0.01 58.33 0.98 0.64
Hex FD F8 49 0 2 47 1 3A 62 40
Octal 375 370 111 0 2 107 1 72 142 100
Binary 11111101 11111000 1001001 0 10 1000111 1 111010 1100010 1000000

Color Harmonies of #FDF849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF849

Black with #FDF849

Text Example


Text Example

White with #FDF849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF849; }

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

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

background-color css

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

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

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

border-color css

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

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

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