Html Css Color HEX #FAD971 Sweet Corn

📋 copy color: '#FAD971'

red 250 ◦ green 217 ◦ blue 113

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

Shades of Sweet Corn #FAD971

Tints of Sweet Corn #FAD971

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.41%

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

R = 43.1%
G = 37.41%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAD971 (or 0xFAD971) is known color: Sweet Corn. HEX triplet: FA, D9 and 71. RGB value is (250,217,113). Sum of RGB (Red+Green+Blue) = 250+217+113=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 113 (44.53% from 255 or 19.48% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD971 is #05268E. Grayscale: #D7D7D7. Windows color (decimal): -337551 or 7461370. OLE color: 7461370.

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

Color convert

RGB 250 217 113 -
CMYK 0 0.13 0.55 0.02
HSL 45.55º 0.93% 0.71% -
HSV(B) 45.55º 0.55% 0.98% -
XYZ 67.22 71.14 25.81 -
YUV 215.01 70.43 152.96 -
System Red Green Blue C M Y K H S L
Decimal 250 217 113 0 0.13 0.55 0.02 45.55 0.93 0.71
Hex FA D9 71 0 D 37 2 2E 5D 47
Octal 372 331 161 0 15 67 2 56 135 107
Binary 11111010 11011001 1110001 0 1101 110111 10 101110 1011101 1000111

Color Harmonies of #FAD971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD971

Black with #FAD971

Text Example


Text Example

White with #FAD971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD971; }

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

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

background-color css

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

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

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

border-color css

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

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

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