Html Css Color HEX #FCF655 Paris Daisy

📋 copy color: '#FCF655'

red 252 ◦ green 246 ◦ blue 85

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

Shades of Paris Daisy #FCF655

Tints of Paris Daisy #FCF655

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.2%

 BLUE value IS 85 (33.59% from 255) = 14.58%

R = 43.22%
G = 42.2%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCF655 (or 0xFCF655) is known color: Paris Daisy. HEX triplet: FC, F6 and 55. RGB value is (252,246,85). Sum of RGB (Red+Green+Blue) = 252+246+85=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 85 (33.59% from 255 or 14.58% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF655 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF655 is #0309AA. Grayscale: #E6E6E6. Windows color (decimal): -199083 or 5633788. OLE color: 5633788.

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

Color convert

RGB 252 246 85 -
CMYK 0 0.02 0.66 0.01
HSL 57.84º 0.97% 0.66% -
HSV(B) 57.84º 0.66% 0.99% -
XYZ 74.74 87.26 21.5 -
YUV 229.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 252 246 85 0 0.02 0.66 0.01 57.84 0.97 0.66
Hex FC F6 55 0 2 42 1 3A 61 42
Octal 374 366 125 0 2 102 1 72 141 102
Binary 11111100 11110110 1010101 0 10 1000010 1 111010 1100001 1000010

Color Harmonies of #FCF655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF655

Black with #FCF655

Text Example


Text Example

White with #FCF655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF655; }

 p { color: rgb(252,246,85); }

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

background-color css

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

 a { background-color: rgb(252,246,85); }

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

border-color css

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

 span { border-color: rgb(252,246,85); }

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