Html Css Color HEX #FADD6A Sweet Corn

📋 copy color: '#FADD6A'

red 250 ◦ green 221 ◦ blue 106

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

Shades of Sweet Corn #FADD6A

Tints of Sweet Corn #FADD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.37%

R = 43.33%
G = 38.3%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FADD6A (or 0xFADD6A) is known color: Sweet Corn. HEX triplet: FA, DD and 6A. RGB value is (250,221,106). Sum of RGB (Red+Green+Blue) = 250+221+106=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 106 (41.80% from 255 or 18.37% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD6A is #052295. Grayscale: #D9D9D9. Windows color (decimal): -336534 or 7003642. OLE color: 7003642.

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

Color convert

RGB 250 221 106 -
CMYK 0 0.12 0.58 0.02
HSL 47.92º 0.94% 0.7% -
HSV(B) 47.92º 0.58% 0.98% -
XYZ 67.88 73.08 24.16 -
YUV 216.56 65.61 151.85 -
System Red Green Blue C M Y K H S L
Decimal 250 221 106 0 0.12 0.58 0.02 47.92 0.94 0.7
Hex FA DD 6A 0 C 3A 2 30 5E 46
Octal 372 335 152 0 14 72 2 60 136 106
Binary 11111010 11011101 1101010 0 1100 111010 10 110000 1011110 1000110

Color Harmonies of #FADD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD6A

Black with #FADD6A

Text Example


Text Example

White with #FADD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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