Html Css Color HEX #FAD86E Sweet Corn

📋 copy color: '#FAD86E'

red 250 ◦ green 216 ◦ blue 110

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

Shades of Sweet Corn #FAD86E

Tints of Sweet Corn #FAD86E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.5%

 BLUE value IS 110 (43.36% from 255) = 19.1%

R = 43.4%
G = 37.5%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAD86E (or 0xFAD86E) is known color: Sweet Corn. HEX triplet: FA, D8 and 6E. RGB value is (250,216,110). Sum of RGB (Red+Green+Blue) = 250+216+110=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 110 (43.36% from 255 or 19.10% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD86E is #052791. Grayscale: #D6D6D6. Windows color (decimal): -337810 or 7264506. OLE color: 7264506.

HSL color Cylindrical-coordinate representation of color #FAD86E: hue angle of 45.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAD86E is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 216 110 -
CMYK 0 0.14 0.56 0.02
HSL 45.43º 0.93% 0.71% -
HSV(B) 45.43º 0.56% 0.98% -
XYZ 66.79 70.56 24.85 -
YUV 214.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 250 216 110 0 0.14 0.56 0.02 45.43 0.93 0.71
Hex FA D8 6E 0 E 38 2 2D 5D 47
Octal 372 330 156 0 16 70 2 55 135 107
Binary 11111010 11011000 1101110 0 1110 111000 10 101101 1011101 1000111

Color Harmonies of #FAD86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD86E

Black with #FAD86E

Text Example


Text Example

White with #FAD86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD86E; }

 p { color: rgb(250,216,110); }

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

background-color css

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

 a { background-color: rgb(250,216,110); }

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

border-color css

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

 span { border-color: rgb(250,216,110); }

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