Html Css Color HEX #FADD75 Sweet Corn

📋 copy color: '#FADD75'

red 250 ◦ green 221 ◦ blue 117

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

Shades of Sweet Corn #FADD75

Tints of Sweet Corn #FADD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.9%

R = 42.52%
G = 37.59%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FADD75 (or 0xFADD75) is known color: Sweet Corn. HEX triplet: FA, DD and 75. RGB value is (250,221,117). Sum of RGB (Red+Green+Blue) = 250+221+117=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 117 (46.09% from 255 or 19.90% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD75 is #05228A. Grayscale: #DADADA. Windows color (decimal): -336523 or 7724538. OLE color: 7724538.

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

Color convert

RGB 250 221 117 -
CMYK 0 0.12 0.53 0.02
HSL 46.92º 0.93% 0.72% -
HSV(B) 46.92º 0.53% 0.98% -
XYZ 68.49 73.32 27.37 -
YUV 217.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 250 221 117 0 0.12 0.53 0.02 46.92 0.93 0.72
Hex FA DD 75 0 C 35 2 2F 5D 48
Octal 372 335 165 0 14 65 2 57 135 110
Binary 11111010 11011101 1110101 0 1100 110101 10 101111 1011101 1001000

Color Harmonies of #FADD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD75

Black with #FADD75

Text Example


Text Example

White with #FADD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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