Html Css Color HEX #FADC72 Sweet Corn

📋 copy color: '#FADC72'

red 250 ◦ green 220 ◦ blue 114

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

Shades of Sweet Corn #FADC72

Tints of Sweet Corn #FADC72

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.67%

 BLUE value IS 114 (44.92% from 255) = 19.52%

R = 42.81%
G = 37.67%
B = 19.52%

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

#FADC72 (or 0xFADC72) is known color: Sweet Corn. HEX triplet: FA, DC and 72. RGB value is (250,220,114). Sum of RGB (Red+Green+Blue) = 250+220+114=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC72 is #05238D. Grayscale: #D9D9D9. Windows color (decimal): -336782 or 7527674. OLE color: 7527674.

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

Color convert

RGB 250 220 114 -
CMYK 0 0.12 0.54 0.02
HSL 46.76º 0.93% 0.71% -
HSV(B) 46.76º 0.54% 0.98% -
XYZ 68.05 72.73 26.37 -
YUV 216.89 69.94 151.62 -
System Red Green Blue C M Y K H S L
Decimal 250 220 114 0 0.12 0.54 0.02 46.76 0.93 0.71
Hex FA DC 72 0 C 36 2 2F 5D 47
Octal 372 334 162 0 14 66 2 57 135 107
Binary 11111010 11011100 1110010 0 1100 110110 10 101111 1011101 1000111

Color Harmonies of #FADC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC72

Black with #FADC72

Text Example


Text Example

White with #FADC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC72; }

 p { color: rgb(250,220,114); }

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

background-color css

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

 a { background-color: rgb(250,220,114); }

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

border-color css

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

 span { border-color: rgb(250,220,114); }

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