Html Css Color HEX #FAE671 Sweet Corn

📋 copy color: '#FAE671'

red 250 ◦ green 230 ◦ blue 113

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

Shades of Sweet Corn #FAE671

Tints of Sweet Corn #FAE671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.06%

R = 42.16%
G = 38.79%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAE671 (or 0xFAE671) is known color: Sweet Corn. HEX triplet: FA, E6 and 71. RGB value is (250,230,113). Sum of RGB (Red+Green+Blue) = 250+230+113=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 113 (44.53% from 255 or 19.06% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE671 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE671 is #05198E. Grayscale: #DFDFDF. Windows color (decimal): -334223 or 7464698. OLE color: 7464698.

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

Color convert

RGB 250 230 113 -
CMYK 0 0.08 0.55 0.02
HSL 51.24º 0.93% 0.71% -
HSV(B) 51.24º 0.55% 0.98% -
XYZ 70.7 78.11 26.97 -
YUV 222.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 250 230 113 0 0.08 0.55 0.02 51.24 0.93 0.71
Hex FA E6 71 0 8 37 2 33 5D 47
Octal 372 346 161 0 10 67 2 63 135 107
Binary 11111010 11100110 1110001 0 1000 110111 10 110011 1011101 1000111

Color Harmonies of #FAE671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE671

Black with #FAE671

Text Example


Text Example

White with #FAE671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE671; }

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

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

background-color css

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

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

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

border-color css

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

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

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