Html Css Color HEX #FCF945 Paris Daisy

📋 copy color: '#FCF945'

red 252 ◦ green 249 ◦ blue 69

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

Shades of Paris Daisy #FCF945

Tints of Paris Daisy #FCF945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.11%

R = 44.21%
G = 43.68%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCF945 (or 0xFCF945) is known color: Paris Daisy. HEX triplet: FC, F9 and 45. RGB value is (252,249,69). Sum of RGB (Red+Green+Blue) = 252+249+69=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 69 (27.34% from 255 or 12.11% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF945 is #0306BA. Grayscale: #E6E6E6. Windows color (decimal): -198331 or 4585980. OLE color: 4585980.

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

Color convert

RGB 252 249 69 -
CMYK 0 0.01 0.73 0.01
HSL 59.02º 0.97% 0.63% -
HSV(B) 59.02º 0.73% 0.99% -
XYZ 75.09 88.88 18.83 -
YUV 229.38 37.49 144.14 -
System Red Green Blue C M Y K H S L
Decimal 252 249 69 0 0.01 0.73 0.01 59.02 0.97 0.63
Hex FC F9 45 0 1 49 1 3B 61 3F
Octal 374 371 105 0 1 111 1 73 141 77
Binary 11111100 11111001 1000101 0 1 1001001 1 111011 1100001 111111

Color Harmonies of #FCF945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF945

Black with #FCF945

Text Example


Text Example

White with #FCF945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF945; }

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

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

background-color css

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

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

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

border-color css

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

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

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