Html Css Color HEX #FCF353 Paris Daisy

📋 copy color: '#FCF353'

red 252 ◦ green 243 ◦ blue 83

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

Shades of Paris Daisy #FCF353

Tints of Paris Daisy #FCF353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.36%

R = 43.6%
G = 42.04%
B = 14.36%

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

#FCF353 (or 0xFCF353) is known color: Paris Daisy. HEX triplet: FC, F3 and 53. RGB value is (252,243,83). Sum of RGB (Red+Green+Blue) = 252+243+83=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 83 (32.81% from 255 or 14.36% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF353 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF353 is #030CAC. Grayscale: #E4E4E4. Windows color (decimal): -199853 or 5501948. OLE color: 5501948.

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

Color convert

RGB 252 243 83 -
CMYK 0 0.04 0.67 0.01
HSL 56.8º 0.97% 0.66% -
HSV(B) 56.8º 0.67% 0.99% -
XYZ 73.76 85.42 20.78 -
YUV 227.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 252 243 83 0 0.04 0.67 0.01 56.8 0.97 0.66
Hex FC F3 53 0 4 43 1 39 61 42
Octal 374 363 123 0 4 103 1 71 141 102
Binary 11111100 11110011 1010011 0 100 1000011 1 111001 1100001 1000010

Color Harmonies of #FCF353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF353

Black with #FCF353

Text Example


Text Example

White with #FCF353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF353; }

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

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

background-color css

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

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

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

border-color css

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

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

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