Html Css Color HEX #FCF552 Paris Daisy

📋 copy color: '#FCF552'

red 252 ◦ green 245 ◦ blue 82

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

Shades of Paris Daisy #FCF552

Tints of Paris Daisy #FCF552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.16%

R = 43.52%
G = 42.31%
B = 14.16%

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

#FCF552 (or 0xFCF552) is known color: Paris Daisy. HEX triplet: FC, F5 and 52. RGB value is (252,245,82). Sum of RGB (Red+Green+Blue) = 252+245+82=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 82 (32.42% from 255 or 14.16% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF552 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF552 is #030AAD. Grayscale: #E5E5E5. Windows color (decimal): -199342 or 5436924. OLE color: 5436924.

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

Color convert

RGB 252 245 82 -
CMYK 0 0.03 0.67 0.01
HSL 57.53º 0.97% 0.65% -
HSV(B) 57.53º 0.67% 0.99% -
XYZ 74.32 86.61 20.78 -
YUV 228.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 252 245 82 0 0.03 0.67 0.01 57.53 0.97 0.65
Hex FC F5 52 0 3 43 1 3A 61 41
Octal 374 365 122 0 3 103 1 72 141 101
Binary 11111100 11110101 1010010 0 11 1000011 1 111010 1100001 1000001

Color Harmonies of #FCF552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF552

Black with #FCF552

Text Example


Text Example

White with #FCF552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF552; }

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

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

background-color css

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

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

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

border-color css

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

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

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