Html Css Color HEX #FDFD51 Paris Daisy

📋 copy color: '#FDFD51'

red 253 ◦ green 253 ◦ blue 81

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

Shades of Paris Daisy #FDFD51

Tints of Paris Daisy #FDFD51

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.1%

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

R = 43.1%
G = 43.1%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDFD51 (or 0xFDFD51) is known color: Paris Daisy. HEX triplet: FD, FD and 51. RGB value is (253,253,81). Sum of RGB (Red+Green+Blue) = 253+253+81=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 81 (32.03% from 255 or 13.80% from 587); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFD51 is #0202AE. Grayscale: #EAEAEA. Windows color (decimal): -131759 or 5373437. OLE color: 5373437.

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

Color convert

RGB 253 253 81 -
CMYK 0 0 0.68 0.01
HSL 60º 0.98% 0.65% -
HSV(B) 60º 0.68% 0.99% -
XYZ 77.12 91.73 21.43 -
YUV 233.39 42 141.99 -
System Red Green Blue C M Y K H S L
Decimal 253 253 81 0 0 0.68 0.01 60 0.98 0.65
Hex FD FD 51 0 0 44 1 3C 62 41
Octal 375 375 121 0 0 104 1 74 142 101
Binary 11111101 11111101 1010001 0 0 1000100 1 111100 1100010 1000001

Color Harmonies of #FDFD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD51

Black with #FDFD51

Text Example


Text Example

White with #FDFD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD51; }

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

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

background-color css

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

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

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

border-color css

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

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

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