Html Css Color HEX #FCE46A Sweet Corn

📋 copy color: '#FCE46A'

red 252 ◦ green 228 ◦ blue 106

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

Shades of Sweet Corn #FCE46A

Tints of Sweet Corn #FCE46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.09%

R = 43%
G = 38.91%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCE46A (or 0xFCE46A) is known color: Sweet Corn. HEX triplet: FC, E4 and 6A. RGB value is (252,228,106). Sum of RGB (Red+Green+Blue) = 252+228+106=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 106 (41.80% from 255 or 18.09% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE46A is #031B95. Grayscale: #DDDDDD. Windows color (decimal): -203670 or 7005436. OLE color: 7005436.

HSL color Cylindrical-coordinate representation of color #FCE46A: hue angle of 50.14º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCE46A is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 228 106 -
CMYK 0 0.10 0.58 0.01
HSL 50.14º 0.96% 0.7% -
HSV(B) 50.14º 0.58% 0.99% -
XYZ 70.49 77.22 24.83 -
YUV 221.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 252 228 106 0 0.10 0.58 0.01 50.14 0.96 0.7
Hex FC E4 6A 0 A 3A 1 32 60 46
Octal 374 344 152 0 12 72 1 62 140 106
Binary 11111100 11100100 1101010 0 1010 111010 1 110010 1100000 1000110

Color Harmonies of #FCE46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE46A

Black with #FCE46A

Text Example


Text Example

White with #FCE46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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