Html Css Color HEX #FADD6C Sweet Corn

📋 copy color: '#FADD6C'

red 250 ◦ green 221 ◦ blue 108

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

Shades of Sweet Corn #FADD6C

Tints of Sweet Corn #FADD6C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.17%

 BLUE value IS 108 (42.58% from 255) = 18.65%

R = 43.18%
G = 38.17%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FADD6C (or 0xFADD6C) is known color: Sweet Corn. HEX triplet: FA, DD and 6C. RGB value is (250,221,108). Sum of RGB (Red+Green+Blue) = 250+221+108=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 108 (42.58% from 255 or 18.65% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD6C is #052293. Grayscale: #D9D9D9. Windows color (decimal): -336532 or 7134714. OLE color: 7134714.

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

Color convert

RGB 250 221 108 -
CMYK 0 0.12 0.57 0.02
HSL 47.75º 0.93% 0.7% -
HSV(B) 47.75º 0.57% 0.98% -
XYZ 67.99 73.12 24.72 -
YUV 216.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 250 221 108 0 0.12 0.57 0.02 47.75 0.93 0.7
Hex FA DD 6C 0 C 39 2 30 5D 46
Octal 372 335 154 0 14 71 2 60 135 106
Binary 11111010 11011101 1101100 0 1100 111001 10 110000 1011101 1000110

Color Harmonies of #FADD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD6C

Black with #FADD6C

Text Example


Text Example

White with #FADD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD6C; }

 p { color: rgb(250,221,108); }

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

background-color css

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

 a { background-color: rgb(250,221,108); }

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

border-color css

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

 span { border-color: rgb(250,221,108); }

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