Html Css Color HEX #FCF755 Paris Daisy

📋 copy color: '#FCF755'

red 252 ◦ green 247 ◦ blue 85

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

Shades of Paris Daisy #FCF755

Tints of Paris Daisy #FCF755

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.29%

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

R = 43.15%
G = 42.29%
B = 14.55%

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

#FCF755 (or 0xFCF755) is known color: Paris Daisy. HEX triplet: FC, F7 and 55. RGB value is (252,247,85). Sum of RGB (Red+Green+Blue) = 252+247+85=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 247 (96.88% from 255 or 42.29% from 584); Blue value is 85 (33.59% from 255 or 14.55% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF755 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF755 is #0308AA. Grayscale: #E6E6E6. Windows color (decimal): -198827 or 5634044. OLE color: 5634044.

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

Color convert

RGB 252 247 85 -
CMYK 0 0.02 0.66 0.01
HSL 58.2º 0.97% 0.66% -
HSV(B) 58.2º 0.66% 0.99% -
XYZ 75.05 87.87 21.6 -
YUV 230.03 46.16 143.67 -
System Red Green Blue C M Y K H S L
Decimal 252 247 85 0 0.02 0.66 0.01 58.2 0.97 0.66
Hex FC F7 55 0 2 42 1 3A 61 42
Octal 374 367 125 0 2 102 1 72 141 102
Binary 11111100 11110111 1010101 0 10 1000010 1 111010 1100001 1000010

Color Harmonies of #FCF755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF755

Black with #FCF755

Text Example


Text Example

White with #FCF755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF755; }

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

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

background-color css

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

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

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

border-color css

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

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

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