Html Css Color HEX #FDF149 Paris Daisy

📋 copy color: '#FDF149'

red 253 ◦ green 241 ◦ blue 73

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

Shades of Paris Daisy #FDF149

Tints of Paris Daisy #FDF149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.5%

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

R = 44.62%
G = 42.5%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDF149 (or 0xFDF149) is known color: Paris Daisy. HEX triplet: FD, F1 and 49. RGB value is (253,241,73). Sum of RGB (Red+Green+Blue) = 253+241+73=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 73 (28.91% from 255 or 12.87% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF149 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF149 is #020EB6. Grayscale: #E2E2E2. Windows color (decimal): -134839 or 4846077. OLE color: 4846077.

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

Color convert

RGB 253 241 73 -
CMYK 0 0.05 0.71 0.01
HSL 56º 0.98% 0.64% -
HSV(B) 56º 0.71% 0.99% -
XYZ 73.17 84.27 18.71 -
YUV 225.44 41.98 147.66 -
System Red Green Blue C M Y K H S L
Decimal 253 241 73 0 0.05 0.71 0.01 56 0.98 0.64
Hex FD F1 49 0 5 47 1 38 62 40
Octal 375 361 111 0 5 107 1 70 142 100
Binary 11111101 11110001 1001001 0 101 1000111 1 111000 1100010 1000000

Color Harmonies of #FDF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF149

Black with #FDF149

Text Example


Text Example

White with #FDF149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF149; }

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

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

background-color css

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

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

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

border-color css

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

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

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