Html Css Color HEX #FCFC46 Paris Daisy

📋 copy color: '#FCFC46'

red 252 ◦ green 252 ◦ blue 70

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

Shades of Paris Daisy #FCFC46

Tints of Paris Daisy #FCFC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.2%

R = 43.9%
G = 43.9%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCFC46 (or 0xFCFC46) is known color: Paris Daisy. HEX triplet: FC, FC and 46. RGB value is (252,252,70). Sum of RGB (Red+Green+Blue) = 252+252+70=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 70 (27.73% from 255 or 12.20% from 574); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC46 is #0303B9. Grayscale: #E7E7E7. Windows color (decimal): -197562 or 4652284. OLE color: 4652284.

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

Color convert

RGB 252 252 70 -
CMYK 0 0 0.72 0.01
HSL 60º 0.97% 0.63% -
HSV(B) 60º 0.72% 0.99% -
XYZ 76.06 90.76 19.3 -
YUV 231.25 37 142.8 -
System Red Green Blue C M Y K H S L
Decimal 252 252 70 0 0 0.72 0.01 60 0.97 0.63
Hex FC FC 46 0 0 48 1 3C 61 3F
Octal 374 374 106 0 0 110 1 74 141 77
Binary 11111100 11111100 1000110 0 0 1001000 1 111100 1100001 111111

Color Harmonies of #FCFC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC46

Black with #FCFC46

Text Example


Text Example

White with #FCFC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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