Html Css Color HEX #FCFD51 Paris Daisy

📋 copy color: '#FCFD51'

red 252 ◦ green 253 ◦ blue 81

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

Shades of Paris Daisy #FCFD51

Tints of Paris Daisy #FCFD51

RGB

 RED value IS 252 (98.83% from 255) = 43%

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

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

R = 43%
G = 43.17%
B = 13.82%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCFD51 (or 0xFCFD51) is known color: Paris Daisy. HEX triplet: FC, FD and 51. RGB value is (252,253,81). Sum of RGB (Red+Green+Blue) = 252+253+81=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 81 (32.03% from 255 or 13.82% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD51 is #0302AE. Grayscale: #E9E9E9. Windows color (decimal): -197295 or 5373436. OLE color: 5373436.

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

Color convert

RGB 252 253 81 -
CMYK 0.00 0 0.68 0.01
HSL 60.35º 0.98% 0.65% -
HSV(B) 60.35º 0.68% 0.99% -
XYZ 76.76 91.54 21.41 -
YUV 233.09 42.17 141.49 -
System Red Green Blue C M Y K H S L
Decimal 252 253 81 0.00 0 0.68 0.01 60.35 0.98 0.65
Hex FC FD 51 0 0 44 1 3C 62 41
Octal 374 375 121 0 0 104 1 74 142 101
Binary 11111100 11111101 1010001 0 0 1000100 1 111100 1100010 1000001

Color Harmonies of #FCFD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD51

Black with #FCFD51

Text Example


Text Example

White with #FCFD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD51; }

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

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

background-color css

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

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

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

border-color css

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

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

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