Html Css Color HEX #FADD74 Sweet Corn

📋 copy color: '#FADD74'

red 250 ◦ green 221 ◦ blue 116

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

Shades of Sweet Corn #FADD74

Tints of Sweet Corn #FADD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.76%

R = 42.59%
G = 37.65%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FADD74 (or 0xFADD74) is known color: Sweet Corn. HEX triplet: FA, DD and 74. RGB value is (250,221,116). Sum of RGB (Red+Green+Blue) = 250+221+116=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD74 is #05228B. Grayscale: #DADADA. Windows color (decimal): -336524 or 7659002. OLE color: 7659002.

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

Color convert

RGB 250 221 116 -
CMYK 0 0.12 0.54 0.02
HSL 47.01º 0.93% 0.72% -
HSV(B) 47.01º 0.54% 0.98% -
XYZ 68.43 73.3 27.06 -
YUV 217.7 70.61 151.04 -
System Red Green Blue C M Y K H S L
Decimal 250 221 116 0 0.12 0.54 0.02 47.01 0.93 0.72
Hex FA DD 74 0 C 36 2 2F 5D 48
Octal 372 335 164 0 14 66 2 57 135 110
Binary 11111010 11011101 1110100 0 1100 110110 10 101111 1011101 1001000

Color Harmonies of #FADD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD74

Black with #FADD74

Text Example


Text Example

White with #FADD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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