Html Css Color HEX #FCF553 Paris Daisy

📋 copy color: '#FCF553'

red 252 ◦ green 245 ◦ blue 83

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

Shades of Paris Daisy #FCF553

Tints of Paris Daisy #FCF553

RGB

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

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

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

R = 43.45%
G = 42.24%
B = 14.31%

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

#FCF553 (or 0xFCF553) is known color: Paris Daisy. HEX triplet: FC, F5 and 53. RGB value is (252,245,83). Sum of RGB (Red+Green+Blue) = 252+245+83=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 83 (32.81% from 255 or 14.31% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF553 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF553 is #030AAC. Grayscale: #E5E5E5. Windows color (decimal): -199341 or 5502460. OLE color: 5502460.

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

Color convert

RGB 252 245 83 -
CMYK 0 0.03 0.67 0.01
HSL 57.51º 0.97% 0.66% -
HSV(B) 57.51º 0.67% 0.99% -
XYZ 74.36 86.62 20.98 -
YUV 228.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 252 245 83 0 0.03 0.67 0.01 57.51 0.97 0.66
Hex FC F5 53 0 3 43 1 3A 61 42
Octal 374 365 123 0 3 103 1 72 141 102
Binary 11111100 11110101 1010011 0 11 1000011 1 111010 1100001 1000010

Color Harmonies of #FCF553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF553

Black with #FCF553

Text Example


Text Example

White with #FCF553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF553; }

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

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

background-color css

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

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

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

border-color css

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

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

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