Html Css Color HEX #FAD86C Sweet Corn

📋 copy color: '#FAD86C'

red 250 ◦ green 216 ◦ blue 108

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

Shades of Sweet Corn #FAD86C

Tints of Sweet Corn #FAD86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.82%

R = 43.55%
G = 37.63%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAD86C (or 0xFAD86C) is known color: Sweet Corn. HEX triplet: FA, D8 and 6C. RGB value is (250,216,108). Sum of RGB (Red+Green+Blue) = 250+216+108=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 108 (42.58% from 255 or 18.82% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD86C is #052793. Grayscale: #D6D6D6. Windows color (decimal): -337812 or 7133434. OLE color: 7133434.

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

Color convert

RGB 250 216 108 -
CMYK 0 0.14 0.57 0.02
HSL 45.63º 0.93% 0.7% -
HSV(B) 45.63º 0.57% 0.98% -
XYZ 66.69 70.52 24.28 -
YUV 213.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 250 216 108 0 0.14 0.57 0.02 45.63 0.93 0.7
Hex FA D8 6C 0 E 39 2 2E 5D 46
Octal 372 330 154 0 16 71 2 56 135 106
Binary 11111010 11011000 1101100 0 1110 111001 10 101110 1011101 1000110

Color Harmonies of #FAD86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD86C

Black with #FAD86C

Text Example


Text Example

White with #FAD86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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