Html Css Color HEX #FCF354 Paris Daisy

📋 copy color: '#FCF354'

red 252 ◦ green 243 ◦ blue 84

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

Shades of Paris Daisy #FCF354

Tints of Paris Daisy #FCF354

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.97%

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

R = 43.52%
G = 41.97%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCF354 (or 0xFCF354) is known color: Paris Daisy. HEX triplet: FC, F3 and 54. RGB value is (252,243,84). Sum of RGB (Red+Green+Blue) = 252+243+84=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 84 (33.20% from 255 or 14.51% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF354 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF354 is #030CAB. Grayscale: #E4E4E4. Windows color (decimal): -199852 or 5567484. OLE color: 5567484.

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

Color convert

RGB 252 243 84 -
CMYK 0 0.04 0.67 0.01
HSL 56.79º 0.97% 0.66% -
HSV(B) 56.79º 0.67% 0.99% -
XYZ 73.8 85.44 20.99 -
YUV 227.57 46.98 145.43 -
System Red Green Blue C M Y K H S L
Decimal 252 243 84 0 0.04 0.67 0.01 56.79 0.97 0.66
Hex FC F3 54 0 4 43 1 39 61 42
Octal 374 363 124 0 4 103 1 71 141 102
Binary 11111100 11110011 1010100 0 100 1000011 1 111001 1100001 1000010

Color Harmonies of #FCF354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF354

Black with #FCF354

Text Example


Text Example

White with #FCF354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF354; }

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

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

background-color css

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

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

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

border-color css

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

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

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