Html Css Color HEX #FADD7A Sweet Corn

📋 copy color: '#FADD7A'

red 250 ◦ green 221 ◦ blue 122

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

Shades of Sweet Corn #FADD7A

Tints of Sweet Corn #FADD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.57%

R = 42.16%
G = 37.27%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FADD7A (or 0xFADD7A) is known color: Sweet Corn. HEX triplet: FA, DD and 7A. RGB value is (250,221,122). Sum of RGB (Red+Green+Blue) = 250+221+122=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 122 (48.05% from 255 or 20.57% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD7A is #052285. Grayscale: #DADADA. Windows color (decimal): -336518 or 8052218. OLE color: 8052218.

HSL color Cylindrical-coordinate representation of color #FADD7A: hue angle of 46.41º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FADD7A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 221 122 -
CMYK 0 0.12 0.51 0.02
HSL 46.41º 0.93% 0.73% -
HSV(B) 46.41º 0.51% 0.98% -
XYZ 68.79 73.44 28.96 -
YUV 218.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 250 221 122 0 0.12 0.51 0.02 46.41 0.93 0.73
Hex FA DD 7A 0 C 33 2 2E 5D 49
Octal 372 335 172 0 14 63 2 56 135 111
Binary 11111010 11011101 1111010 0 1100 110011 10 101110 1011101 1001001

Color Harmonies of #FADD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD7A

Black with #FADD7A

Text Example


Text Example

White with #FADD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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