Html Css Color HEX #FCF246 Paris Daisy

📋 copy color: '#FCF246'

red 252 ◦ green 242 ◦ blue 70

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

Shades of Paris Daisy #FCF246

Tints of Paris Daisy #FCF246

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.91%

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

R = 44.68%
G = 42.91%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCF246 (or 0xFCF246) is known color: Paris Daisy. HEX triplet: FC, F2 and 46. RGB value is (252,242,70). Sum of RGB (Red+Green+Blue) = 252+242+70=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 70 (27.73% from 255 or 12.41% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF246 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF246 is #030DB9. Grayscale: #E2E2E2. Windows color (decimal): -200122 or 4649724. OLE color: 4649724.

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

Color convert

RGB 252 242 70 -
CMYK 0 0.04 0.72 0.01
HSL 56.7º 0.97% 0.63% -
HSV(B) 56.7º 0.72% 0.99% -
XYZ 73 84.64 18.28 -
YUV 225.38 40.31 146.99 -
System Red Green Blue C M Y K H S L
Decimal 252 242 70 0 0.04 0.72 0.01 56.7 0.97 0.63
Hex FC F2 46 0 4 48 1 39 61 3F
Octal 374 362 106 0 4 110 1 71 141 77
Binary 11111100 11110010 1000110 0 100 1001000 1 111001 1100001 111111

Color Harmonies of #FCF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF246

Black with #FCF246

Text Example


Text Example

White with #FCF246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF246; }

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

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

background-color css

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

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

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

border-color css

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

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

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