Html Css Color HEX #FADD70 Sweet Corn

📋 copy color: '#FADD70'

red 250 ◦ green 221 ◦ blue 112

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

Shades of Sweet Corn #FADD70

Tints of Sweet Corn #FADD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.21%

R = 42.88%
G = 37.91%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FADD70 (or 0xFADD70) is known color: Sweet Corn. HEX triplet: FA, DD and 70. RGB value is (250,221,112). Sum of RGB (Red+Green+Blue) = 250+221+112=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD70 is #05228F. Grayscale: #D9D9D9. Windows color (decimal): -336528 or 7396858. OLE color: 7396858.

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

Color convert

RGB 250 221 112 -
CMYK 0 0.12 0.55 0.02
HSL 47.39º 0.93% 0.71% -
HSV(B) 47.39º 0.55% 0.98% -
XYZ 68.21 73.21 25.86 -
YUV 217.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 250 221 112 0 0.12 0.55 0.02 47.39 0.93 0.71
Hex FA DD 70 0 C 37 2 2F 5D 47
Octal 372 335 160 0 14 67 2 57 135 107
Binary 11111010 11011101 1110000 0 1100 110111 10 101111 1011101 1000111

Color Harmonies of #FADD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD70

Black with #FADD70

Text Example


Text Example

White with #FADD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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