#FADF69

Color #FADF69 Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #FADF69

Tints of Sweet Corn #FADF69

Color information

#FADF69 (or 0xFADF69) is unknown color: approx Sweet Corn. HEX triplet: FA, DF and 69. RGB value is (250,223,105). Sum of RGB (Red+Green+Blue) = 250+223+105=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 105 (41.41% from 255 or 18.17% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF69 is #052096. Grayscale: #DADADA. Windows color (decimal): -336023 or 6938618. OLE color: 6938618.

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

Color convert

RGB250223105-
CMYK00.110.580.02
HSL48.83º93.55%69.61%-
HSV(B)48.83º58%98.04%-
XYZ68.3674.1224.07-
YUV217.6264.45151.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.25%
GREEN value IS 223 (87.5% from 255) = 38.58%
BLUE value IS 105 (41.41% from 255) = 18.17%
R=43.25%
G=38.58%
B=18.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022310500.110.580.0248.8393.5569.61
HexFADF690B3A2315e46
Octal37233715101372261136106
Binary11111010110111111101001010111110101011000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADF69; }

 p { color: rgb(250,223,105); }

 H1.HeaderClassName
 {
   color: #FADF69;
 }
 .AnyTagClassName
 {
   color: #FADF69;
 }
</style>
background-color css

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

 a { background-color: rgb(250,223,105); }

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

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

 span { border-color: rgb(250,223,105); }

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