Html Css Color HEX #FCF546 Paris Daisy

📋 copy color: '#FCF546'

red 252 ◦ green 245 ◦ blue 70

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

Shades of Paris Daisy #FCF546

Tints of Paris Daisy #FCF546

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.21%

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

R = 44.44%
G = 43.21%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCF546 (or 0xFCF546) is known color: Paris Daisy. HEX triplet: FC, F5 and 46. RGB value is (252,245,70). Sum of RGB (Red+Green+Blue) = 252+245+70=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 70 (27.73% from 255 or 12.35% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF546 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF546 is #030AB9. Grayscale: #E3E3E3. Windows color (decimal): -199354 or 4650492. OLE color: 4650492.

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

Color convert

RGB 252 245 70 -
CMYK 0 0.03 0.72 0.01
HSL 57.69º 0.97% 0.63% -
HSV(B) 57.69º 0.72% 0.99% -
XYZ 73.9 86.44 18.58 -
YUV 227.14 39.32 145.73 -
System Red Green Blue C M Y K H S L
Decimal 252 245 70 0 0.03 0.72 0.01 57.69 0.97 0.63
Hex FC F5 46 0 3 48 1 3A 61 3F
Octal 374 365 106 0 3 110 1 72 141 77
Binary 11111100 11110101 1000110 0 11 1001000 1 111010 1100001 111111

Color Harmonies of #FCF546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF546

Black with #FCF546

Text Example


Text Example

White with #FCF546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF546; }

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

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

background-color css

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

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

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

border-color css

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

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

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