Html Css Color HEX #FADE6B Sweet Corn

📋 copy color: '#FADE6B'

red 250 ◦ green 222 ◦ blue 107

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

Shades of Sweet Corn #FADE6B

Tints of Sweet Corn #FADE6B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.34%

 BLUE value IS 107 (42.19% from 255) = 18.48%

R = 43.18%
G = 38.34%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FADE6B (or 0xFADE6B) is known color: Sweet Corn. HEX triplet: FA, DE and 6B. RGB value is (250,222,107). Sum of RGB (Red+Green+Blue) = 250+222+107=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 107 (42.19% from 255 or 18.48% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE6B is #052194. Grayscale: #D9D9D9. Windows color (decimal): -336277 or 7069434. OLE color: 7069434.

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

Color convert

RGB 250 222 107 -
CMYK 0 0.11 0.57 0.02
HSL 48.25º 0.93% 0.7% -
HSV(B) 48.25º 0.57% 0.98% -
XYZ 68.2 73.63 24.53 -
YUV 217.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 250 222 107 0 0.11 0.57 0.02 48.25 0.93 0.7
Hex FA DE 6B 0 B 39 2 30 5D 46
Octal 372 336 153 0 13 71 2 60 135 106
Binary 11111010 11011110 1101011 0 1011 111001 10 110000 1011101 1000110

Color Harmonies of #FADE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE6B

Black with #FADE6B

Text Example


Text Example

White with #FADE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE6B; }

 p { color: rgb(250,222,107); }

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

background-color css

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

 a { background-color: rgb(250,222,107); }

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

border-color css

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

 span { border-color: rgb(250,222,107); }

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