Html Css Color HEX #FAE674 Sweet Corn

📋 copy color: '#FAE674'

red 250 ◦ green 230 ◦ blue 116

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

Shades of Sweet Corn #FAE674

Tints of Sweet Corn #FAE674

RGB

 RED value IS 250 (98.05% from 255) = 41.95%

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

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

R = 41.95%
G = 38.59%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAE674 (or 0xFAE674) is known color: Sweet Corn. HEX triplet: FA, E6 and 74. RGB value is (250,230,116). Sum of RGB (Red+Green+Blue) = 250+230+116=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 116 (45.70% from 255 or 19.46% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE674 is #05198B. Grayscale: #DFDFDF. Windows color (decimal): -334220 or 7661306. OLE color: 7661306.

HSL color Cylindrical-coordinate representation of color #FAE674: hue angle of 51.04º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAE674 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 230 116 -
CMYK 0 0.08 0.54 0.02
HSL 51.04º 0.93% 0.72% -
HSV(B) 51.04º 0.54% 0.98% -
XYZ 70.87 78.18 27.88 -
YUV 222.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 250 230 116 0 0.08 0.54 0.02 51.04 0.93 0.72
Hex FA E6 74 0 8 36 2 33 5D 48
Octal 372 346 164 0 10 66 2 63 135 110
Binary 11111010 11100110 1110100 0 1000 110110 10 110011 1011101 1001000

Color Harmonies of #FAE674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE674

Black with #FAE674

Text Example


Text Example

White with #FAE674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE674; }

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

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

background-color css

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

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

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

border-color css

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

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

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