Html Css Color HEX #FAE960 Corn

📋 copy color: '#FAE960'

red 250 ◦ green 233 ◦ blue 96

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

Shades of Corn #FAE960

Tints of Corn #FAE960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.24%

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

R = 43.18%
G = 40.24%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAE960 (or 0xFAE960) is known color: Corn. HEX triplet: FA, E9 and 60. RGB value is (250,233,96). Sum of RGB (Red+Green+Blue) = 250+233+96=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 96 (37.89% from 255 or 16.58% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE960 is #05169F. Grayscale: #DFDFDF. Windows color (decimal): -333472 or 6351354. OLE color: 6351354.

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

Color convert

RGB 250 233 96 -
CMYK 0 0.07 0.62 0.02
HSL 53.38º 0.94% 0.68% -
HSV(B) 53.38º 0.62% 0.98% -
XYZ 70.67 79.45 22.68 -
YUV 222.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 250 233 96 0 0.07 0.62 0.02 53.38 0.94 0.68
Hex FA E9 60 0 7 3E 2 35 5E 44
Octal 372 351 140 0 7 76 2 65 136 104
Binary 11111010 11101001 1100000 0 111 111110 10 110101 1011110 1000100

Color Harmonies of #FAE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE960

Black with #FAE960

Text Example


Text Example

White with #FAE960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE960; }

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

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

background-color css

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

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

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

border-color css

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

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

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