Html Css Color HEX #FDFB51 Paris Daisy

📋 copy color: '#FDFB51'

red 253 ◦ green 251 ◦ blue 81

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

Shades of Paris Daisy #FDFB51

Tints of Paris Daisy #FDFB51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 13.85%

R = 43.25%
G = 42.91%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDFB51 (or 0xFDFB51) is known color: Paris Daisy. HEX triplet: FD, FB and 51. RGB value is (253,251,81). Sum of RGB (Red+Green+Blue) = 253+251+81=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 81 (32.03% from 255 or 13.85% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB51 is #0204AE. Grayscale: #E8E8E8. Windows color (decimal): -132271 or 5372925. OLE color: 5372925.

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

Color convert

RGB 253 251 81 -
CMYK 0 0.01 0.68 0.01
HSL 59.3º 0.98% 0.65% -
HSV(B) 59.3º 0.68% 0.99% -
XYZ 76.49 90.47 21.22 -
YUV 232.22 42.66 142.82 -
System Red Green Blue C M Y K H S L
Decimal 253 251 81 0 0.01 0.68 0.01 59.3 0.98 0.65
Hex FD FB 51 0 1 44 1 3B 62 41
Octal 375 373 121 0 1 104 1 73 142 101
Binary 11111101 11111011 1010001 0 1 1000100 1 111011 1100010 1000001

Color Harmonies of #FDFB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB51

Black with #FDFB51

Text Example


Text Example

White with #FDFB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB51; }

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

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

background-color css

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

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

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

border-color css

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

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

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