Html Css Color HEX #FAE263 Corn

📋 copy color: '#FAE263'

red 250 ◦ green 226 ◦ blue 99

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

Shades of Corn #FAE263

Tints of Corn #FAE263

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.3%

 BLUE value IS 99 (39.06% from 255) = 17.22%

R = 43.48%
G = 39.3%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAE263 (or 0xFAE263) is known color: Corn. HEX triplet: FA, E2 and 63. RGB value is (250,226,99). Sum of RGB (Red+Green+Blue) = 250+226+99=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 99 (39.06% from 255 or 17.22% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE263 is #051D9C. Grayscale: #DBDBDB. Windows color (decimal): -335261 or 6546170. OLE color: 6546170.

HSL color Cylindrical-coordinate representation of color #FAE263: hue angle of 50.46º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAE263 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 226 99 -
CMYK 0 0.10 0.60 0.02
HSL 50.46º 0.94% 0.68% -
HSV(B) 50.46º 0.6% 0.98% -
XYZ 68.87 75.62 22.77 -
YUV 218.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 250 226 99 0 0.10 0.60 0.02 50.46 0.94 0.68
Hex FA E2 63 0 A 3C 2 32 5E 44
Octal 372 342 143 0 12 74 2 62 136 104
Binary 11111010 11100010 1100011 0 1010 111100 10 110010 1011110 1000100

Color Harmonies of #FAE263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE263

Black with #FAE263

Text Example


Text Example

White with #FAE263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE263; }

 p { color: rgb(250,226,99); }

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

background-color css

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

 a { background-color: rgb(250,226,99); }

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

border-color css

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

 span { border-color: rgb(250,226,99); }

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