Html Css Color HEX #FCF946 Paris Daisy

📋 copy color: '#FCF946'

red 252 ◦ green 249 ◦ blue 70

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

Shades of Paris Daisy #FCF946

Tints of Paris Daisy #FCF946

RGB

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

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

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

R = 44.13%
G = 43.61%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCF946 (or 0xFCF946) is known color: Paris Daisy. HEX triplet: FC, F9 and 46. RGB value is (252,249,70). Sum of RGB (Red+Green+Blue) = 252+249+70=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 70 (27.73% from 255 or 12.26% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF946 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF946 is #0306B9. Grayscale: #E6E6E6. Windows color (decimal): -198330 or 4651516. OLE color: 4651516.

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

Color convert

RGB 252 249 70 -
CMYK 0 0.01 0.72 0.01
HSL 59.01º 0.97% 0.63% -
HSV(B) 59.01º 0.72% 0.99% -
XYZ 75.13 88.89 18.99 -
YUV 229.49 37.99 144.05 -
System Red Green Blue C M Y K H S L
Decimal 252 249 70 0 0.01 0.72 0.01 59.01 0.97 0.63
Hex FC F9 46 0 1 48 1 3B 61 3F
Octal 374 371 106 0 1 110 1 73 141 77
Binary 11111100 11111001 1000110 0 1 1001000 1 111011 1100001 111111

Color Harmonies of #FCF946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF946

Black with #FCF946

Text Example


Text Example

White with #FCF946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF946; }

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

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

background-color css

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

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

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

border-color css

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

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

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