Html Css Color HEX #FCFA4C Paris Daisy

📋 copy color: '#FCFA4C'

red 252 ◦ green 250 ◦ blue 76

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

Shades of Paris Daisy #FCFA4C

Tints of Paris Daisy #FCFA4C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.25%

 BLUE value IS 76 (30.08% from 255) = 13.15%

R = 43.6%
G = 43.25%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCFA4C (or 0xFCFA4C) is known color: Paris Daisy. HEX triplet: FC, FA and 4C. RGB value is (252,250,76). Sum of RGB (Red+Green+Blue) = 252+250+76=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 76 (30.08% from 255 or 13.15% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA4C is #0305B3. Grayscale: #E7E7E7. Windows color (decimal): -198068 or 5044988. OLE color: 5044988.

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

Color convert

RGB 252 250 76 -
CMYK 0 0.01 0.70 0.01
HSL 59.32º 0.97% 0.64% -
HSV(B) 59.32º 0.7% 0.99% -
XYZ 75.63 89.59 20.14 -
YUV 230.76 40.66 143.15 -
System Red Green Blue C M Y K H S L
Decimal 252 250 76 0 0.01 0.70 0.01 59.32 0.97 0.64
Hex FC FA 4C 0 1 46 1 3B 61 40
Octal 374 372 114 0 1 106 1 73 141 100
Binary 11111100 11111010 1001100 0 1 1000110 1 111011 1100001 1000000

Color Harmonies of #FCFA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA4C

Black with #FCFA4C

Text Example


Text Example

White with #FCFA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA4C; }

 p { color: rgb(252,250,76); }

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

background-color css

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

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

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

border-color css

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

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

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