Html Css Color HEX #FADF7E Sweet Corn

📋 copy color: '#FADF7E'

red 250 ◦ green 223 ◦ blue 126

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

Shades of Sweet Corn #FADF7E

Tints of Sweet Corn #FADF7E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.23%

 BLUE value IS 126 (49.61% from 255) = 21.04%

R = 41.74%
G = 37.23%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FADF7E (or 0xFADF7E) is known color: Sweet Corn. HEX triplet: FA, DF and 7E. RGB value is (250,223,126). Sum of RGB (Red+Green+Blue) = 250+223+126=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 126 (49.61% from 255 or 21.04% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF7E is #052081. Grayscale: #DCDCDC. Windows color (decimal): -336002 or 8314874. OLE color: 8314874.

HSL color Cylindrical-coordinate representation of color #FADF7E: hue angle of 46.94º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FADF7E is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 223 126 -
CMYK 0 0.11 0.50 0.02
HSL 46.94º 0.93% 0.74% -
HSV(B) 46.94º 0.5% 0.98% -
XYZ 69.58 74.61 30.47 -
YUV 220.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 250 223 126 0 0.11 0.50 0.02 46.94 0.93 0.74
Hex FA DF 7E 0 B 32 2 2F 5D 4A
Octal 372 337 176 0 13 62 2 57 135 112
Binary 11111010 11011111 1111110 0 1011 110010 10 101111 1011101 1001010

Color Harmonies of #FADF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF7E

Black with #FADF7E

Text Example


Text Example

White with #FADF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF7E; }

 p { color: rgb(250,223,126); }

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

background-color css

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

 a { background-color: rgb(250,223,126); }

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

border-color css

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

 span { border-color: rgb(250,223,126); }

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