Html Css Color HEX #FAE266 Corn

📋 copy color: '#FAE266'

red 250 ◦ green 226 ◦ blue 102

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

Shades of Corn #FAE266

Tints of Corn #FAE266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.65%

R = 43.25%
G = 39.1%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAE266 (or 0xFAE266) is known color: Corn. HEX triplet: FA, E2 and 66. RGB value is (250,226,102). Sum of RGB (Red+Green+Blue) = 250+226+102=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 102 (40.23% from 255 or 17.65% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE266 is #051D99. Grayscale: #DBDBDB. Windows color (decimal): -335258 or 6742778. OLE color: 6742778.

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

Color convert

RGB 250 226 102 -
CMYK 0 0.10 0.59 0.02
HSL 50.27º 0.94% 0.69% -
HSV(B) 50.27º 0.59% 0.98% -
XYZ 69.02 75.68 23.54 -
YUV 219.04 61.95 150.08 -
System Red Green Blue C M Y K H S L
Decimal 250 226 102 0 0.10 0.59 0.02 50.27 0.94 0.69
Hex FA E2 66 0 A 3B 2 32 5E 45
Octal 372 342 146 0 12 73 2 62 136 105
Binary 11111010 11100010 1100110 0 1010 111011 10 110010 1011110 1000101

Color Harmonies of #FAE266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE266

Black with #FAE266

Text Example


Text Example

White with #FAE266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE266; }

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

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

background-color css

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

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

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

border-color css

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

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

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