Html Css Color HEX #FAE261 Corn

📋 copy color: '#FAE261'

red 250 ◦ green 226 ◦ blue 97

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

Shades of Corn #FAE261

Tints of Corn #FAE261

RGB

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

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

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

R = 43.63%
G = 39.44%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAE261 (or 0xFAE261) is known color: Corn. HEX triplet: FA, E2 and 61. RGB value is (250,226,97). Sum of RGB (Red+Green+Blue) = 250+226+97=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 97 (38.28% from 255 or 16.93% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE261 is #051D9E. Grayscale: #DBDBDB. Windows color (decimal): -335263 or 6415098. OLE color: 6415098.

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

Color convert

RGB 250 226 97 -
CMYK 0 0.10 0.61 0.02
HSL 50.59º 0.94% 0.68% -
HSV(B) 50.59º 0.61% 0.98% -
XYZ 68.78 75.58 22.27 -
YUV 218.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 250 226 97 0 0.10 0.61 0.02 50.59 0.94 0.68
Hex FA E2 61 0 A 3D 2 33 5E 44
Octal 372 342 141 0 12 75 2 63 136 104
Binary 11111010 11100010 1100001 0 1010 111101 10 110011 1011110 1000100

Color Harmonies of #FAE261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE261

Black with #FAE261

Text Example


Text Example

White with #FAE261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE261; }

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

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

background-color css

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

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

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

border-color css

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

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

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