Html Css Color HEX #FADB75 Sweet Corn

📋 copy color: '#FADB75'

red 250 ◦ green 219 ◦ blue 117

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

Shades of Sweet Corn #FADB75

Tints of Sweet Corn #FADB75

RGB

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

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

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

R = 42.66%
G = 37.37%
B = 19.97%

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

#FADB75 (or 0xFADB75) is known color: Sweet Corn. HEX triplet: FA, DB and 75. RGB value is (250,219,117). Sum of RGB (Red+Green+Blue) = 250+219+117=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB75 is #05248A. Grayscale: #D9D9D9. Windows color (decimal): -337035 or 7724026. OLE color: 7724026.

HSL color Cylindrical-coordinate representation of color #FADB75: hue angle of 46.02º 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 #FADB75 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 219 117 -
CMYK 0 0.12 0.53 0.02
HSL 46.02º 0.93% 0.72% -
HSV(B) 46.02º 0.53% 0.98% -
XYZ 67.97 72.27 27.2 -
YUV 216.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 250 219 117 0 0.12 0.53 0.02 46.02 0.93 0.72
Hex FA DB 75 0 C 35 2 2E 5D 48
Octal 372 333 165 0 14 65 2 56 135 110
Binary 11111010 11011011 1110101 0 1100 110101 10 101110 1011101 1001000

Color Harmonies of #FADB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB75

Black with #FADB75

Text Example


Text Example

White with #FADB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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