Html Css Color HEX #FAE761 Corn

📋 copy color: '#FAE761'

red 250 ◦ green 231 ◦ blue 97

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

Shades of Corn #FAE761

Tints of Corn #FAE761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.78%

R = 43.25%
G = 39.97%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAE761 (or 0xFAE761) is known color: Corn. HEX triplet: FA, E7 and 61. RGB value is (250,231,97). Sum of RGB (Red+Green+Blue) = 250+231+97=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 97 (38.28% from 255 or 16.78% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE761 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE761 is #05189E. Grayscale: #DDDDDD. Windows color (decimal): -333983 or 6416378. OLE color: 6416378.

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

Color convert

RGB 250 231 97 -
CMYK 0 0.08 0.61 0.02
HSL 52.55º 0.94% 0.68% -
HSV(B) 52.55º 0.61% 0.98% -
XYZ 70.16 78.34 22.73 -
YUV 221.41 57.79 148.4 -
System Red Green Blue C M Y K H S L
Decimal 250 231 97 0 0.08 0.61 0.02 52.55 0.94 0.68
Hex FA E7 61 0 8 3D 2 35 5E 44
Octal 372 347 141 0 10 75 2 65 136 104
Binary 11111010 11100111 1100001 0 1000 111101 10 110101 1011110 1000100

Color Harmonies of #FAE761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE761

Black with #FAE761

Text Example


Text Example

White with #FAE761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE761; }

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

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

background-color css

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

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

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

border-color css

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

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

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