Html Css Color HEX #FCE174 Sweet Corn

📋 copy color: '#FCE174'

red 252 ◦ green 225 ◦ blue 116

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

Shades of Sweet Corn #FCE174

Tints of Sweet Corn #FCE174

RGB

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

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

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

R = 42.5%
G = 37.94%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCE174 (or 0xFCE174) is known color: Sweet Corn. HEX triplet: FC, E1 and 74. RGB value is (252,225,116). Sum of RGB (Red+Green+Blue) = 252+225+116=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 116 (45.70% from 255 or 19.56% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE174 is #031E8B. Grayscale: #DDDDDD. Windows color (decimal): -204428 or 7660028. OLE color: 7660028.

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

Color convert

RGB 252 225 116 -
CMYK 0 0.11 0.54 0.01
HSL 48.09º 0.96% 0.72% -
HSV(B) 48.09º 0.54% 0.99% -
XYZ 70.22 75.81 27.45 -
YUV 220.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 252 225 116 0 0.11 0.54 0.01 48.09 0.96 0.72
Hex FC E1 74 0 B 36 1 30 60 48
Octal 374 341 164 0 13 66 1 60 140 110
Binary 11111100 11100001 1110100 0 1011 110110 1 110000 1100000 1001000

Color Harmonies of #FCE174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE174

Black with #FCE174

Text Example


Text Example

White with #FCE174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE174; }

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

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

background-color css

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

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

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

border-color css

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

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

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