Html Css Color HEX #FAE366 Corn

📋 copy color: '#FAE366'

red 250 ◦ green 227 ◦ blue 102

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

Shades of Corn #FAE366

Tints of Corn #FAE366

RGB

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

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

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

R = 43.18%
G = 39.21%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAE366 (or 0xFAE366) is known color: Corn. HEX triplet: FA, E3 and 66. RGB value is (250,227,102). Sum of RGB (Red+Green+Blue) = 250+227+102=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 102 (40.23% from 255 or 17.62% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE366 is #051C99. Grayscale: #DCDCDC. Windows color (decimal): -335002 or 6743034. OLE color: 6743034.

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

Color convert

RGB 250 227 102 -
CMYK 0 0.09 0.59 0.02
HSL 50.68º 0.94% 0.69% -
HSV(B) 50.68º 0.59% 0.98% -
XYZ 69.29 76.22 23.63 -
YUV 219.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 250 227 102 0 0.09 0.59 0.02 50.68 0.94 0.69
Hex FA E3 66 0 9 3B 2 33 5E 45
Octal 372 343 146 0 11 73 2 63 136 105
Binary 11111010 11100011 1100110 0 1001 111011 10 110011 1011110 1000101

Color Harmonies of #FAE366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE366

Black with #FAE366

Text Example


Text Example

White with #FAE366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE366; }

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

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

background-color css

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

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

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

border-color css

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

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

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