Html Css Color HEX #FCFF50 Paris Daisy

📋 copy color: '#FCFF50'

red 252 ◦ green 255 ◦ blue 80

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

Shades of Paris Daisy #FCFF50

Tints of Paris Daisy #FCFF50

RGB

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

 GREEN value IS 255 (100% from 255) = 43.44%

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

R = 42.93%
G = 43.44%
B = 13.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FCFF50 (or 0xFCFF50) is known color: Paris Daisy. HEX triplet: FC, FF and 50. RGB value is (252,255,80). Sum of RGB (Red+Green+Blue) = 252+255+80=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 80 (31.64% from 255 or 13.63% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF50 is #0300AF. Grayscale: #EAEAEA. Windows color (decimal): -196784 or 5308412. OLE color: 5308412.

HSL color Cylindrical-coordinate representation of color #FCFF50: hue angle of 61.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCFF50 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 252 255 80 -
CMYK 0.01 0 0.69 0
HSL 61.03º 1% 0.66% -
HSV(B) 61.03º 0.69% 1% -
XYZ 77.35 92.79 21.42 -
YUV 234.15 41.01 140.73 -
System Red Green Blue C M Y K H S L
Decimal 252 255 80 0.01 0 0.69 0 61.03 1 0.66
Hex FC FF 50 1 0 45 0 3D 64 42
Octal 374 377 120 1 0 105 0 75 144 102
Binary 11111100 11111111 1010000 1 0 1000101 0 111101 1100100 1000010

Color Harmonies of #FCFF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF50

Black with #FCFF50

Text Example


Text Example

White with #FCFF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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