Html Css Color HEX #FCE952 Paris Daisy

📋 copy color: '#FCE952'

red 252 ◦ green 233 ◦ blue 82

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

Shades of Paris Daisy #FCE952

Tints of Paris Daisy #FCE952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.09%

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

R = 44.44%
G = 41.09%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCE952 (or 0xFCE952) is known color: Paris Daisy. HEX triplet: FC, E9 and 52. RGB value is (252,233,82). Sum of RGB (Red+Green+Blue) = 252+233+82=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 82 (32.42% from 255 or 14.46% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE952 is #0316AD. Grayscale: #DEDEDE. Windows color (decimal): -202414 or 5433852. OLE color: 5433852.

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

Color convert

RGB 252 233 82 -
CMYK 0 0.08 0.67 0.01
HSL 53.29º 0.97% 0.65% -
HSV(B) 53.29º 0.67% 0.99% -
XYZ 70.81 79.58 19.61 -
YUV 221.47 49.29 149.78 -
System Red Green Blue C M Y K H S L
Decimal 252 233 82 0 0.08 0.67 0.01 53.29 0.97 0.65
Hex FC E9 52 0 8 43 1 35 61 41
Octal 374 351 122 0 10 103 1 65 141 101
Binary 11111100 11101001 1010010 0 1000 1000011 1 110101 1100001 1000001

Color Harmonies of #FCE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE952

Black with #FCE952

Text Example


Text Example

White with #FCE952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE952; }

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

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

background-color css

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

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

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

border-color css

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

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

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