Html Css Color HEX #FDFB49 Paris Daisy

📋 copy color: '#FDFB49'

red 253 ◦ green 251 ◦ blue 73

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

Shades of Paris Daisy #FDFB49

Tints of Paris Daisy #FDFB49

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.5%

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

R = 43.85%
G = 43.5%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDFB49 (or 0xFDFB49) is known color: Paris Daisy. HEX triplet: FD, FB and 49. RGB value is (253,251,73). Sum of RGB (Red+Green+Blue) = 253+251+73=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 73 (28.91% from 255 or 12.65% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB49 is #0204B6. Grayscale: #E8E8E8. Windows color (decimal): -132279 or 4848637. OLE color: 4848637.

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

Color convert

RGB 253 251 73 -
CMYK 0 0.01 0.71 0.01
HSL 59.33º 0.98% 0.64% -
HSV(B) 59.33º 0.71% 0.99% -
XYZ 76.21 90.36 19.73 -
YUV 231.31 38.66 143.47 -
System Red Green Blue C M Y K H S L
Decimal 253 251 73 0 0.01 0.71 0.01 59.33 0.98 0.64
Hex FD FB 49 0 1 47 1 3B 62 40
Octal 375 373 111 0 1 107 1 73 142 100
Binary 11111101 11111011 1001001 0 1 1000111 1 111011 1100010 1000000

Color Harmonies of #FDFB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB49

Black with #FDFB49

Text Example


Text Example

White with #FDFB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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