Html Css Color HEX #FCE946 Paris Daisy

📋 copy color: '#FCE946'

red 252 ◦ green 233 ◦ blue 70

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

Shades of Paris Daisy #FCE946

Tints of Paris Daisy #FCE946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.61%

R = 45.41%
G = 41.98%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCE946 (or 0xFCE946) is known color: Paris Daisy. HEX triplet: FC, E9 and 46. RGB value is (252,233,70). Sum of RGB (Red+Green+Blue) = 252+233+70=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 70 (27.73% from 255 or 12.61% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE946 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE946 is #0316B9. Grayscale: #DCDCDC. Windows color (decimal): -202426 or 4647420. OLE color: 4647420.

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

Color convert

RGB 252 233 70 -
CMYK 0 0.08 0.72 0.01
HSL 53.74º 0.97% 0.63% -
HSV(B) 53.74º 0.72% 0.99% -
XYZ 70.39 79.42 17.41 -
YUV 220.1 43.29 150.75 -
System Red Green Blue C M Y K H S L
Decimal 252 233 70 0 0.08 0.72 0.01 53.74 0.97 0.63
Hex FC E9 46 0 8 48 1 36 61 3F
Octal 374 351 106 0 10 110 1 66 141 77
Binary 11111100 11101001 1000110 0 1000 1001000 1 110110 1100001 111111

Color Harmonies of #FCE946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE946

Black with #FCE946

Text Example


Text Example

White with #FCE946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE946; }

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

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

background-color css

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

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

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

border-color css

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

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

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