Html Css Color HEX #FDF249 Paris Daisy

📋 copy color: '#FDF249'

red 253 ◦ green 242 ◦ blue 73

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

Shades of Paris Daisy #FDF249

Tints of Paris Daisy #FDF249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.61%

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

R = 44.54%
G = 42.61%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDF249 (or 0xFDF249) is known color: Paris Daisy. HEX triplet: FD, F2 and 49. RGB value is (253,242,73). Sum of RGB (Red+Green+Blue) = 253+242+73=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 73 (28.91% from 255 or 12.85% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF249 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF249 is #020DB6. Grayscale: #E2E2E2. Windows color (decimal): -134583 or 4846333. OLE color: 4846333.

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

Color convert

RGB 253 242 73 -
CMYK 0 0.04 0.71 0.01
HSL 56.33º 0.98% 0.64% -
HSV(B) 56.33º 0.71% 0.99% -
XYZ 73.46 84.87 18.81 -
YUV 226.02 41.64 147.24 -
System Red Green Blue C M Y K H S L
Decimal 253 242 73 0 0.04 0.71 0.01 56.33 0.98 0.64
Hex FD F2 49 0 4 47 1 38 62 40
Octal 375 362 111 0 4 107 1 70 142 100
Binary 11111101 11110010 1001001 0 100 1000111 1 111000 1100010 1000000

Color Harmonies of #FDF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF249

Black with #FDF249

Text Example


Text Example

White with #FDF249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF249; }

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

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

background-color css

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

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

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

border-color css

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

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

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