Html Css Color HEX #FCF554 Paris Daisy

📋 copy color: '#FCF554'

red 252 ◦ green 245 ◦ blue 84

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

Shades of Paris Daisy #FCF554

Tints of Paris Daisy #FCF554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 14.46%

R = 43.37%
G = 42.17%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCF554 (or 0xFCF554) is known color: Paris Daisy. HEX triplet: FC, F5 and 54. RGB value is (252,245,84). Sum of RGB (Red+Green+Blue) = 252+245+84=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 84 (33.20% from 255 or 14.46% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF554 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF554 is #030AAB. Grayscale: #E5E5E5. Windows color (decimal): -199340 or 5567996. OLE color: 5567996.

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

Color convert

RGB 252 245 84 -
CMYK 0 0.03 0.67 0.01
HSL 57.5º 0.97% 0.66% -
HSV(B) 57.5º 0.67% 0.99% -
XYZ 74.4 86.64 21.19 -
YUV 228.74 46.32 144.59 -
System Red Green Blue C M Y K H S L
Decimal 252 245 84 0 0.03 0.67 0.01 57.5 0.97 0.66
Hex FC F5 54 0 3 43 1 3A 61 42
Octal 374 365 124 0 3 103 1 72 141 102
Binary 11111100 11110101 1010100 0 11 1000011 1 111010 1100001 1000010

Color Harmonies of #FCF554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF554

Black with #FCF554

Text Example


Text Example

White with #FCF554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF554; }

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

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

background-color css

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

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

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

border-color css

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

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

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