Html Css Color HEX #FAE75E Corn

📋 copy color: '#FAE75E'

red 250 ◦ green 231 ◦ blue 94

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

Shades of Corn #FAE75E

Tints of Corn #FAE75E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.17%

 BLUE value IS 94 (37.11% from 255) = 16.35%

R = 43.48%
G = 40.17%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAE75E (or 0xFAE75E) is known color: Corn. HEX triplet: FA, E7 and 5E. RGB value is (250,231,94). Sum of RGB (Red+Green+Blue) = 250+231+94=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 94 (37.11% from 255 or 16.35% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE75E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE75E is #0518A1. Grayscale: #DDDDDD. Windows color (decimal): -333986 or 6219770. OLE color: 6219770.

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

Color convert

RGB 250 231 94 -
CMYK 0 0.08 0.62 0.02
HSL 52.69º 0.94% 0.67% -
HSV(B) 52.69º 0.62% 0.98% -
XYZ 70.02 78.28 22.01 -
YUV 221.06 56.29 148.64 -
System Red Green Blue C M Y K H S L
Decimal 250 231 94 0 0.08 0.62 0.02 52.69 0.94 0.67
Hex FA E7 5E 0 8 3E 2 35 5E 43
Octal 372 347 136 0 10 76 2 65 136 103
Binary 11111010 11100111 1011110 0 1000 111110 10 110101 1011110 1000011

Color Harmonies of #FAE75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE75E

Black with #FAE75E

Text Example


Text Example

White with #FAE75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE75E; }

 p { color: rgb(250,231,94); }

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

background-color css

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

 a { background-color: rgb(250,231,94); }

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

border-color css

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

 span { border-color: rgb(250,231,94); }

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