Html Css Color HEX #FCFA4D Paris Daisy

📋 copy color: '#FCFA4D'

red 252 ◦ green 250 ◦ blue 77

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

Shades of Paris Daisy #FCFA4D

Tints of Paris Daisy #FCFA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.3%

R = 43.52%
G = 43.18%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCFA4D (or 0xFCFA4D) is known color: Paris Daisy. HEX triplet: FC, FA and 4D. RGB value is (252,250,77). Sum of RGB (Red+Green+Blue) = 252+250+77=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 77 (30.47% from 255 or 13.30% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFA4D is #0305B2. Grayscale: #E7E7E7. Windows color (decimal): -198067 or 5110524. OLE color: 5110524.

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

Color convert

RGB 252 250 77 -
CMYK 0 0.01 0.69 0.01
HSL 59.31º 0.97% 0.65% -
HSV(B) 59.31º 0.69% 0.99% -
XYZ 75.67 89.6 20.33 -
YUV 230.88 41.16 143.07 -
System Red Green Blue C M Y K H S L
Decimal 252 250 77 0 0.01 0.69 0.01 59.31 0.97 0.65
Hex FC FA 4D 0 1 45 1 3B 61 41
Octal 374 372 115 0 1 105 1 73 141 101
Binary 11111100 11111010 1001101 0 1 1000101 1 111011 1100001 1000001

Color Harmonies of #FCFA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA4D

Black with #FCFA4D

Text Example


Text Example

White with #FCFA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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