Html Css Color HEX #FADB78 Sweet Corn

📋 copy color: '#FADB78'

red 250 ◦ green 219 ◦ blue 120

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

Shades of Sweet Corn #FADB78

Tints of Sweet Corn #FADB78

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.18%

 BLUE value IS 120 (47.27% from 255) = 20.37%

R = 42.44%
G = 37.18%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FADB78 (or 0xFADB78) is known color: Sweet Corn. HEX triplet: FA, DB and 78. RGB value is (250,219,120). Sum of RGB (Red+Green+Blue) = 250+219+120=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 120 (47.27% from 255 or 20.37% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB78 is #052487. Grayscale: #D9D9D9. Windows color (decimal): -337032 or 7920634. OLE color: 7920634.

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

Color convert

RGB 250 219 120 -
CMYK 0 0.12 0.52 0.02
HSL 45.69º 0.93% 0.73% -
HSV(B) 45.69º 0.52% 0.98% -
XYZ 68.15 72.34 28.14 -
YUV 216.98 73.27 151.55 -
System Red Green Blue C M Y K H S L
Decimal 250 219 120 0 0.12 0.52 0.02 45.69 0.93 0.73
Hex FA DB 78 0 C 34 2 2E 5D 49
Octal 372 333 170 0 14 64 2 56 135 111
Binary 11111010 11011011 1111000 0 1100 110100 10 101110 1011101 1001001

Color Harmonies of #FADB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB78

Black with #FADB78

Text Example


Text Example

White with #FADB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB78; }

 p { color: rgb(250,219,120); }

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

background-color css

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

 a { background-color: rgb(250,219,120); }

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

border-color css

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

 span { border-color: rgb(250,219,120); }

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