Html Css Color HEX #FCF256 Paris Daisy

📋 copy color: '#FCF256'

red 252 ◦ green 242 ◦ blue 86

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

Shades of Paris Daisy #FCF256

Tints of Paris Daisy #FCF256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 14.83%

R = 43.45%
G = 41.72%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCF256 (or 0xFCF256) is known color: Paris Daisy. HEX triplet: FC, F2 and 56. RGB value is (252,242,86). Sum of RGB (Red+Green+Blue) = 252+242+86=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 86 (33.98% from 255 or 14.83% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF256 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF256 is #030DA9. Grayscale: #E3E3E3. Windows color (decimal): -200106 or 5698300. OLE color: 5698300.

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

Color convert

RGB 252 242 86 -
CMYK 0 0.04 0.66 0.01
HSL 56.39º 0.97% 0.66% -
HSV(B) 56.39º 0.66% 0.99% -
XYZ 73.58 84.87 21.31 -
YUV 227.21 48.31 145.68 -
System Red Green Blue C M Y K H S L
Decimal 252 242 86 0 0.04 0.66 0.01 56.39 0.97 0.66
Hex FC F2 56 0 4 42 1 38 61 42
Octal 374 362 126 0 4 102 1 70 141 102
Binary 11111100 11110010 1010110 0 100 1000010 1 111000 1100001 1000010

Color Harmonies of #FCF256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF256

Black with #FCF256

Text Example


Text Example

White with #FCF256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF256; }

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

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

background-color css

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

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

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

border-color css

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

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

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