Html Css Color HEX #FCF052 Paris Daisy

📋 copy color: '#FCF052'

red 252 ◦ green 240 ◦ blue 82

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

Shades of Paris Daisy #FCF052

Tints of Paris Daisy #FCF052

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.81%

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

R = 43.9%
G = 41.81%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCF052 (or 0xFCF052) is known color: Paris Daisy. HEX triplet: FC, F0 and 52. RGB value is (252,240,82). Sum of RGB (Red+Green+Blue) = 252+240+82=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 82 (32.42% from 255 or 14.29% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF052 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF052 is #030FAD. Grayscale: #E2E2E2. Windows color (decimal): -200622 or 5435644. OLE color: 5435644.

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

Color convert

RGB 252 240 82 -
CMYK 0 0.05 0.67 0.01
HSL 55.76º 0.97% 0.65% -
HSV(B) 55.76º 0.67% 0.99% -
XYZ 72.83 83.62 20.29 -
YUV 225.58 46.98 146.85 -
System Red Green Blue C M Y K H S L
Decimal 252 240 82 0 0.05 0.67 0.01 55.76 0.97 0.65
Hex FC F0 52 0 5 43 1 38 61 41
Octal 374 360 122 0 5 103 1 70 141 101
Binary 11111100 11110000 1010010 0 101 1000011 1 111000 1100001 1000001

Color Harmonies of #FCF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF052

Black with #FCF052

Text Example


Text Example

White with #FCF052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF052; }

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

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

background-color css

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

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

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

border-color css

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

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

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