Html Css Color HEX #FAE360 Corn

📋 copy color: '#FAE360'

red 250 ◦ green 227 ◦ blue 96

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

Shades of Corn #FAE360

Tints of Corn #FAE360

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.62%

 BLUE value IS 96 (37.89% from 255) = 16.75%

R = 43.63%
G = 39.62%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAE360 (or 0xFAE360) is known color: Corn. HEX triplet: FA, E3 and 60. RGB value is (250,227,96). Sum of RGB (Red+Green+Blue) = 250+227+96=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 96 (37.89% from 255 or 16.75% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE360 is #051C9F. Grayscale: #DBDBDB. Windows color (decimal): -335008 or 6349818. OLE color: 6349818.

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

Color convert

RGB 250 227 96 -
CMYK 0 0.09 0.62 0.02
HSL 51.04º 0.94% 0.68% -
HSV(B) 51.04º 0.62% 0.98% -
XYZ 69 76.11 22.12 -
YUV 218.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 250 227 96 0 0.09 0.62 0.02 51.04 0.94 0.68
Hex FA E3 60 0 9 3E 2 33 5E 44
Octal 372 343 140 0 11 76 2 63 136 104
Binary 11111010 11100011 1100000 0 1001 111110 10 110011 1011110 1000100

Color Harmonies of #FAE360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE360

Black with #FAE360

Text Example


Text Example

White with #FAE360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE360; }

 p { color: rgb(250,227,96); }

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

background-color css

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

 a { background-color: rgb(250,227,96); }

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

border-color css

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

 span { border-color: rgb(250,227,96); }

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