Html Css Color HEX #FCF046 Paris Daisy

📋 copy color: '#FCF046'

red 252 ◦ green 240 ◦ blue 70

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

Shades of Paris Daisy #FCF046

Tints of Paris Daisy #FCF046

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.7%

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

R = 44.84%
G = 42.7%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCF046 (or 0xFCF046) is known color: Paris Daisy. HEX triplet: FC, F0 and 46. RGB value is (252,240,70). Sum of RGB (Red+Green+Blue) = 252+240+70=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 70 (27.73% from 255 or 12.46% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF046 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF046 is #030FB9. Grayscale: #E0E0E0. Windows color (decimal): -200634 or 4649212. OLE color: 4649212.

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

Color convert

RGB 252 240 70 -
CMYK 0 0.05 0.72 0.01
HSL 56.04º 0.97% 0.63% -
HSV(B) 56.04º 0.72% 0.99% -
XYZ 72.41 83.46 18.09 -
YUV 224.21 40.98 147.82 -
System Red Green Blue C M Y K H S L
Decimal 252 240 70 0 0.05 0.72 0.01 56.04 0.97 0.63
Hex FC F0 46 0 5 48 1 38 61 3F
Octal 374 360 106 0 5 110 1 70 141 77
Binary 11111100 11110000 1000110 0 101 1001000 1 111000 1100001 111111

Color Harmonies of #FCF046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF046

Black with #FCF046

Text Example


Text Example

White with #FCF046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF046; }

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

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

background-color css

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

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

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

border-color css

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

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

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