Html Css Color HEX #FCE674 Sweet Corn

📋 copy color: '#FCE674'

red 252 ◦ green 230 ◦ blue 116

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

Shades of Sweet Corn #FCE674

Tints of Sweet Corn #FCE674

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.46%

 BLUE value IS 116 (45.7% from 255) = 19.4%

R = 42.14%
G = 38.46%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCE674 (or 0xFCE674) is known color: Sweet Corn. HEX triplet: FC, E6 and 74. RGB value is (252,230,116). Sum of RGB (Red+Green+Blue) = 252+230+116=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 116 (45.70% from 255 or 19.40% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE674 is #03198B. Grayscale: #E0E0E0. Windows color (decimal): -203148 or 7661308. OLE color: 7661308.

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

Color convert

RGB 252 230 116 -
CMYK 0 0.09 0.54 0.01
HSL 50.29º 0.96% 0.72% -
HSV(B) 50.29º 0.54% 0.99% -
XYZ 71.59 78.55 27.91 -
YUV 223.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 252 230 116 0 0.09 0.54 0.01 50.29 0.96 0.72
Hex FC E6 74 0 9 36 1 32 60 48
Octal 374 346 164 0 11 66 1 62 140 110
Binary 11111100 11100110 1110100 0 1001 110110 1 110010 1100000 1001000

Color Harmonies of #FCE674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE674

Black with #FCE674

Text Example


Text Example

White with #FCE674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE674; }

 p { color: rgb(252,230,116); }

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

background-color css

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

 a { background-color: rgb(252,230,116); }

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

border-color css

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

 span { border-color: rgb(252,230,116); }

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