Html Css Color HEX #FCF555 Paris Daisy

📋 copy color: '#FCF555'

red 252 ◦ green 245 ◦ blue 85

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

Shades of Paris Daisy #FCF555

Tints of Paris Daisy #FCF555

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.1%

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

R = 43.3%
G = 42.1%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCF555 (or 0xFCF555) is known color: Paris Daisy. HEX triplet: FC, F5 and 55. RGB value is (252,245,85). Sum of RGB (Red+Green+Blue) = 252+245+85=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 85 (33.59% from 255 or 14.60% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF555 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF555 is #030AAA. Grayscale: #E5E5E5. Windows color (decimal): -199339 or 5633532. OLE color: 5633532.

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

Color convert

RGB 252 245 85 -
CMYK 0 0.03 0.66 0.01
HSL 57.49º 0.97% 0.66% -
HSV(B) 57.49º 0.66% 0.99% -
XYZ 74.44 86.66 21.4 -
YUV 228.85 46.82 144.51 -
System Red Green Blue C M Y K H S L
Decimal 252 245 85 0 0.03 0.66 0.01 57.49 0.97 0.66
Hex FC F5 55 0 3 42 1 39 61 42
Octal 374 365 125 0 3 102 1 71 141 102
Binary 11111100 11110101 1010101 0 11 1000010 1 111001 1100001 1000010

Color Harmonies of #FCF555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF555

Black with #FCF555

Text Example


Text Example

White with #FCF555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF555; }

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

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

background-color css

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

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

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

border-color css

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

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

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