Html Css Color HEX #FCFD50 Paris Daisy

📋 copy color: '#FCFD50'

red 252 ◦ green 253 ◦ blue 80

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

Shades of Paris Daisy #FCFD50

Tints of Paris Daisy #FCFD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 13.68%

R = 43.08%
G = 43.25%
B = 13.68%

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

#FCFD50 (or 0xFCFD50) is known color: Paris Daisy. HEX triplet: FC, FD and 50. RGB value is (252,253,80). Sum of RGB (Red+Green+Blue) = 252+253+80=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 80 (31.64% from 255 or 13.68% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD50 is #0302AF. Grayscale: #E9E9E9. Windows color (decimal): -197296 or 5307900. OLE color: 5307900.

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

Color convert

RGB 252 253 80 -
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.72 91.53 21.21 -
YUV 232.98 41.67 141.57 -
System Red Green Blue C M Y K H S L
Decimal 252 253 80 0.00 0 0.68 0.01 60.35 0.98 0.65
Hex FC FD 50 0 0 44 1 3C 62 41
Octal 374 375 120 0 0 104 1 74 142 101
Binary 11111100 11111101 1010000 0 0 1000100 1 111100 1100010 1000001

Color Harmonies of #FCFD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD50

Black with #FCFD50

Text Example


Text Example

White with #FCFD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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