Html Css Color HEX #FCF649 Paris Daisy

📋 copy color: '#FCF649'

red 252 ◦ green 246 ◦ blue 73

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

Shades of Paris Daisy #FCF649

Tints of Paris Daisy #FCF649

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.08%

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

R = 44.13%
G = 43.08%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCF649 (or 0xFCF649) is known color: Paris Daisy. HEX triplet: FC, F6 and 49. RGB value is (252,246,73). Sum of RGB (Red+Green+Blue) = 252+246+73=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 246 (96.48% from 255 or 43.08% from 571); Blue value is 73 (28.91% from 255 or 12.78% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF649 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF649 is #0309B6. Grayscale: #E4E4E4. Windows color (decimal): -199095 or 4847356. OLE color: 4847356.

HSL color Cylindrical-coordinate representation of color #FCF649: hue angle of 57.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 #FCF649 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 246 73 -
CMYK 0 0.02 0.71 0.01
HSL 57.99º 0.97% 0.64% -
HSV(B) 57.99º 0.71% 0.99% -
XYZ 74.3 87.09 19.2 -
YUV 228.07 40.49 145.07 -
System Red Green Blue C M Y K H S L
Decimal 252 246 73 0 0.02 0.71 0.01 57.99 0.97 0.64
Hex FC F6 49 0 2 47 1 3A 61 40
Octal 374 366 111 0 2 107 1 72 141 100
Binary 11111100 11110110 1001001 0 10 1000111 1 111010 1100001 1000000

Color Harmonies of #FCF649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF649

Black with #FCF649

Text Example


Text Example

White with #FCF649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF649; }

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

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

background-color css

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

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

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

border-color css

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

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

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