Html Css Color HEX #FCF352 Paris Daisy

📋 copy color: '#FCF352'

red 252 ◦ green 243 ◦ blue 82

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

Shades of Paris Daisy #FCF352

Tints of Paris Daisy #FCF352

RGB

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

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

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

R = 43.67%
G = 42.11%
B = 14.21%

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

#FCF352 (or 0xFCF352) is known color: Paris Daisy. HEX triplet: FC, F3 and 52. RGB value is (252,243,82). Sum of RGB (Red+Green+Blue) = 252+243+82=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 82 (32.42% from 255 or 14.21% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF352 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF352 is #030CAD. Grayscale: #E3E3E3. Windows color (decimal): -199854 or 5436412. OLE color: 5436412.

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

Color convert

RGB 252 243 82 -
CMYK 0 0.04 0.67 0.01
HSL 56.82º 0.97% 0.65% -
HSV(B) 56.82º 0.67% 0.99% -
XYZ 73.72 85.41 20.58 -
YUV 227.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 252 243 82 0 0.04 0.67 0.01 56.82 0.97 0.65
Hex FC F3 52 0 4 43 1 39 61 41
Octal 374 363 122 0 4 103 1 71 141 101
Binary 11111100 11110011 1010010 0 100 1000011 1 111001 1100001 1000001

Color Harmonies of #FCF352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF352

Black with #FCF352

Text Example


Text Example

White with #FCF352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF352; }

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

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

background-color css

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

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

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

border-color css

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

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

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