Html Css Color HEX #FCE752 Paris Daisy

📋 copy color: '#FCE752'

red 252 ◦ green 231 ◦ blue 82

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

Shades of Paris Daisy #FCE752

Tints of Paris Daisy #FCE752

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.88%

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

R = 44.6%
G = 40.88%
B = 14.51%

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

#FCE752 (or 0xFCE752) is known color: Paris Daisy. HEX triplet: FC, E7 and 52. RGB value is (252,231,82). Sum of RGB (Red+Green+Blue) = 252+231+82=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 82 (32.42% from 255 or 14.51% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE752 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE752 is #0318AD. Grayscale: #DCDCDC. Windows color (decimal): -202926 or 5433340. OLE color: 5433340.

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

Color convert

RGB 252 231 82 -
CMYK 0 0.08 0.67 0.01
HSL 52.59º 0.97% 0.65% -
HSV(B) 52.59º 0.67% 0.99% -
XYZ 70.24 78.46 19.42 -
YUV 220.29 49.96 150.62 -
System Red Green Blue C M Y K H S L
Decimal 252 231 82 0 0.08 0.67 0.01 52.59 0.97 0.65
Hex FC E7 52 0 8 43 1 35 61 41
Octal 374 347 122 0 10 103 1 65 141 101
Binary 11111100 11100111 1010010 0 1000 1000011 1 110101 1100001 1000001

Color Harmonies of #FCE752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE752

Black with #FCE752

Text Example


Text Example

White with #FCE752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE752; }

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

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

background-color css

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

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

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

border-color css

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

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

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