Html Css Color HEX #FADB6E Sweet Corn

📋 copy color: '#FADB6E'

red 250 ◦ green 219 ◦ blue 110

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

Shades of Sweet Corn #FADB6E

Tints of Sweet Corn #FADB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.82%

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

R = 43.18%
G = 37.82%
B = 19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FADB6E (or 0xFADB6E) is known color: Sweet Corn. HEX triplet: FA, DB and 6E. RGB value is (250,219,110). Sum of RGB (Red+Green+Blue) = 250+219+110=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 110 (43.36% from 255 or 19.00% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB6E is #052491. Grayscale: #D8D8D8. Windows color (decimal): -337042 or 7265274. OLE color: 7265274.

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

Color convert

RGB 250 219 110 -
CMYK 0 0.12 0.56 0.02
HSL 46.71º 0.93% 0.71% -
HSV(B) 46.71º 0.56% 0.98% -
XYZ 67.57 72.11 25.11 -
YUV 215.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 250 219 110 0 0.12 0.56 0.02 46.71 0.93 0.71
Hex FA DB 6E 0 C 38 2 2F 5D 47
Octal 372 333 156 0 14 70 2 57 135 107
Binary 11111010 11011011 1101110 0 1100 111000 10 101111 1011101 1000111

Color Harmonies of #FADB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB6E

Black with #FADB6E

Text Example


Text Example

White with #FADB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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