Html Css Color HEX #FAE673 Sweet Corn

📋 copy color: '#FAE673'

red 250 ◦ green 230 ◦ blue 115

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

Shades of Sweet Corn #FAE673

Tints of Sweet Corn #FAE673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.33%

R = 42.02%
G = 38.66%
B = 19.33%

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

#FAE673 (or 0xFAE673) is known color: Sweet Corn. HEX triplet: FA, E6 and 73. RGB value is (250,230,115). Sum of RGB (Red+Green+Blue) = 250+230+115=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 115 (45.31% from 255 or 19.33% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE673 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE673 is #05198C. Grayscale: #DFDFDF. Windows color (decimal): -334221 or 7595770. OLE color: 7595770.

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

Color convert

RGB 250 230 115 -
CMYK 0 0.08 0.54 0.02
HSL 51.11º 0.93% 0.72% -
HSV(B) 51.11º 0.54% 0.98% -
XYZ 70.82 78.16 27.57 -
YUV 222.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 250 230 115 0 0.08 0.54 0.02 51.11 0.93 0.72
Hex FA E6 73 0 8 36 2 33 5D 48
Octal 372 346 163 0 10 66 2 63 135 110
Binary 11111010 11100110 1110011 0 1000 110110 10 110011 1011101 1001000

Color Harmonies of #FAE673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE673

Black with #FAE673

Text Example


Text Example

White with #FAE673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE673; }

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

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

background-color css

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

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

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

border-color css

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

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

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