Html Css Color HEX #FCF949 Paris Daisy

📋 copy color: '#FCF949'

red 252 ◦ green 249 ◦ blue 73

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

Shades of Paris Daisy #FCF949

Tints of Paris Daisy #FCF949

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.38%

 BLUE value IS 73 (28.91% from 255) = 12.72%

R = 43.9%
G = 43.38%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCF949 (or 0xFCF949) is known color: Paris Daisy. HEX triplet: FC, F9 and 49. RGB value is (252,249,73). Sum of RGB (Red+Green+Blue) = 252+249+73=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 73 (28.91% from 255 or 12.72% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF949 is #0306B6. Grayscale: #E6E6E6. Windows color (decimal): -198327 or 4848124. OLE color: 4848124.

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

Color convert

RGB 252 249 73 -
CMYK 0 0.01 0.71 0.01
HSL 58.99º 0.97% 0.64% -
HSV(B) 58.99º 0.71% 0.99% -
XYZ 75.22 88.93 19.5 -
YUV 229.83 39.49 143.81 -
System Red Green Blue C M Y K H S L
Decimal 252 249 73 0 0.01 0.71 0.01 58.99 0.97 0.64
Hex FC F9 49 0 1 47 1 3B 61 40
Octal 374 371 111 0 1 107 1 73 141 100
Binary 11111100 11111001 1001001 0 1 1000111 1 111011 1100001 1000000

Color Harmonies of #FCF949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF949

Black with #FCF949

Text Example


Text Example

White with #FCF949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF949; }

 p { color: rgb(252,249,73); }

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

background-color css

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

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

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

border-color css

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

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

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