Html Css Color HEX #FCFC53 Paris Daisy

📋 copy color: '#FCFC53'

red 252 ◦ green 252 ◦ blue 83

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

Shades of Paris Daisy #FCFC53

Tints of Paris Daisy #FCFC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.14%

R = 42.93%
G = 42.93%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCFC53 (or 0xFCFC53) is known color: Paris Daisy. HEX triplet: FC, FC and 53. RGB value is (252,252,83). Sum of RGB (Red+Green+Blue) = 252+252+83=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 83 (32.81% from 255 or 14.14% from 587); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC53 is #0303AC. Grayscale: #E9E9E9. Windows color (decimal): -197549 or 5504252. OLE color: 5504252.

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

Color convert

RGB 252 252 83 -
CMYK 0 0 0.67 0.01
HSL 60º 0.97% 0.66% -
HSV(B) 60º 0.67% 0.99% -
XYZ 76.52 90.94 21.7 -
YUV 232.73 43.5 141.74 -
System Red Green Blue C M Y K H S L
Decimal 252 252 83 0 0 0.67 0.01 60 0.97 0.66
Hex FC FC 53 0 0 43 1 3C 61 42
Octal 374 374 123 0 0 103 1 74 141 102
Binary 11111100 11111100 1010011 0 0 1000011 1 111100 1100001 1000010

Color Harmonies of #FCFC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC53

Black with #FCFC53

Text Example


Text Example

White with #FCFC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC53; }

 p { color: rgb(252,252,83); }

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

background-color css

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

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

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

border-color css

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

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

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