Html Css Color HEX #FCE16B Sweet Corn

📋 copy color: '#FCE16B'

red 252 ◦ green 225 ◦ blue 107

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

Shades of Sweet Corn #FCE16B

Tints of Sweet Corn #FCE16B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.53%

 BLUE value IS 107 (42.19% from 255) = 18.32%

R = 43.15%
G = 38.53%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCE16B (or 0xFCE16B) is known color: Sweet Corn. HEX triplet: FC, E1 and 6B. RGB value is (252,225,107). Sum of RGB (Red+Green+Blue) = 252+225+107=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 107 (42.19% from 255 or 18.32% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE16B is #031E94. Grayscale: #DCDCDC. Windows color (decimal): -204437 or 7070204. OLE color: 7070204.

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

Color convert

RGB 252 225 107 -
CMYK 0 0.11 0.58 0.01
HSL 48.83º 0.96% 0.7% -
HSV(B) 48.83º 0.58% 0.99% -
XYZ 69.72 75.61 24.83 -
YUV 219.62 64.45 151.09 -
System Red Green Blue C M Y K H S L
Decimal 252 225 107 0 0.11 0.58 0.01 48.83 0.96 0.7
Hex FC E1 6B 0 B 3A 1 31 60 46
Octal 374 341 153 0 13 72 1 61 140 106
Binary 11111100 11100001 1101011 0 1011 111010 1 110001 1100000 1000110

Color Harmonies of #FCE16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE16B

Black with #FCE16B

Text Example


Text Example

White with #FCE16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE16B; }

 p { color: rgb(252,225,107); }

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

background-color css

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

 a { background-color: rgb(252,225,107); }

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

border-color css

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

 span { border-color: rgb(252,225,107); }

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