Html Css Color HEX #FCE446 Paris Daisy

📋 copy color: '#FCE446'

red 252 ◦ green 228 ◦ blue 70

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

Shades of Paris Daisy #FCE446

Tints of Paris Daisy #FCE446

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.45%

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

R = 45.82%
G = 41.45%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCE446 (or 0xFCE446) is known color: Paris Daisy. HEX triplet: FC, E4 and 46. RGB value is (252,228,70). Sum of RGB (Red+Green+Blue) = 252+228+70=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 70 (27.73% from 255 or 12.73% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE446 is #031BB9. Grayscale: #D9D9D9. Windows color (decimal): -203706 or 4646140. OLE color: 4646140.

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

Color convert

RGB 252 228 70 -
CMYK 0 0.10 0.72 0.01
HSL 52.09º 0.97% 0.63% -
HSV(B) 52.09º 0.72% 0.99% -
XYZ 68.99 76.62 16.95 -
YUV 217.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 252 228 70 0 0.10 0.72 0.01 52.09 0.97 0.63
Hex FC E4 46 0 A 48 1 34 61 3F
Octal 374 344 106 0 12 110 1 64 141 77
Binary 11111100 11100100 1000110 0 1010 1001000 1 110100 1100001 111111

Color Harmonies of #FCE446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE446

Black with #FCE446

Text Example


Text Example

White with #FCE446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE446; }

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

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

background-color css

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

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

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

border-color css

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

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

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