Html Css Color HEX #FADB77 Sweet Corn

📋 copy color: '#FADB77'

red 250 ◦ green 219 ◦ blue 119

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

Shades of Sweet Corn #FADB77

Tints of Sweet Corn #FADB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.24%

R = 42.52%
G = 37.24%
B = 20.24%

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

#FADB77 (or 0xFADB77) is known color: Sweet Corn. HEX triplet: FA, DB and 77. RGB value is (250,219,119). Sum of RGB (Red+Green+Blue) = 250+219+119=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 119 (46.88% from 255 or 20.24% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB77 is #052488. Grayscale: #D9D9D9. Windows color (decimal): -337033 or 7855098. OLE color: 7855098.

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

Color convert

RGB 250 219 119 -
CMYK 0 0.12 0.52 0.02
HSL 45.8º 0.93% 0.72% -
HSV(B) 45.8º 0.52% 0.98% -
XYZ 68.09 72.32 27.82 -
YUV 216.87 72.77 151.63 -
System Red Green Blue C M Y K H S L
Decimal 250 219 119 0 0.12 0.52 0.02 45.8 0.93 0.72
Hex FA DB 77 0 C 34 2 2E 5D 48
Octal 372 333 167 0 14 64 2 56 135 110
Binary 11111010 11011011 1110111 0 1100 110100 10 101110 1011101 1001000

Color Harmonies of #FADB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB77

Black with #FADB77

Text Example


Text Example

White with #FADB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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