Html Css Color HEX #FCF446 Paris Daisy

📋 copy color: '#FCF446'

red 252 ◦ green 244 ◦ blue 70

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

Shades of Paris Daisy #FCF446

Tints of Paris Daisy #FCF446

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.11%

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

R = 44.52%
G = 43.11%
B = 12.37%

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

#FCF446 (or 0xFCF446) is known color: Paris Daisy. HEX triplet: FC, F4 and 46. RGB value is (252,244,70). Sum of RGB (Red+Green+Blue) = 252+244+70=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 70 (27.73% from 255 or 12.37% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF446 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF446 is #030BB9. Grayscale: #E3E3E3. Windows color (decimal): -199610 or 4650236. OLE color: 4650236.

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

Color convert

RGB 252 244 70 -
CMYK 0 0.03 0.72 0.01
HSL 57.36º 0.97% 0.63% -
HSV(B) 57.36º 0.72% 0.99% -
XYZ 73.6 85.84 18.48 -
YUV 226.56 39.65 146.15 -
System Red Green Blue C M Y K H S L
Decimal 252 244 70 0 0.03 0.72 0.01 57.36 0.97 0.63
Hex FC F4 46 0 3 48 1 39 61 3F
Octal 374 364 106 0 3 110 1 71 141 77
Binary 11111100 11110100 1000110 0 11 1001000 1 111001 1100001 111111

Color Harmonies of #FCF446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF446

Black with #FCF446

Text Example


Text Example

White with #FCF446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF446; }

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

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

background-color css

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

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

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

border-color css

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

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

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