Html Css Color HEX #FAD871 Sweet Corn

📋 copy color: '#FAD871'

red 250 ◦ green 216 ◦ blue 113

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

Shades of Sweet Corn #FAD871

Tints of Sweet Corn #FAD871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.52%

R = 43.18%
G = 37.31%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAD871 (or 0xFAD871) is known color: Sweet Corn. HEX triplet: FA, D8 and 71. RGB value is (250,216,113). Sum of RGB (Red+Green+Blue) = 250+216+113=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 113 (44.53% from 255 or 19.52% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD871 is #05278E. Grayscale: #D6D6D6. Windows color (decimal): -337807 or 7461114. OLE color: 7461114.

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

Color convert

RGB 250 216 113 -
CMYK 0 0.14 0.55 0.02
HSL 45.11º 0.93% 0.71% -
HSV(B) 45.11º 0.55% 0.98% -
XYZ 66.96 70.63 25.73 -
YUV 214.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 250 216 113 0 0.14 0.55 0.02 45.11 0.93 0.71
Hex FA D8 71 0 E 37 2 2D 5D 47
Octal 372 330 161 0 16 67 2 55 135 107
Binary 11111010 11011000 1110001 0 1110 110111 10 101101 1011101 1000111

Color Harmonies of #FAD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD871

Black with #FAD871

Text Example


Text Example

White with #FAD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD871; }

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

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

background-color css

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

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

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

border-color css

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

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

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