Html Css Color HEX #FADF7C Sweet Corn

📋 copy color: '#FADF7C'

red 250 ◦ green 223 ◦ blue 124

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

Shades of Sweet Corn #FADF7C

Tints of Sweet Corn #FADF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.77%

R = 41.88%
G = 37.35%
B = 20.77%

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

#FADF7C (or 0xFADF7C) is known color: Sweet Corn. HEX triplet: FA, DF and 7C. RGB value is (250,223,124). Sum of RGB (Red+Green+Blue) = 250+223+124=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 124 (48.83% from 255 or 20.77% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF7C is #052083. Grayscale: #DCDCDC. Windows color (decimal): -336004 or 8183802. OLE color: 8183802.

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

Color convert

RGB 250 223 124 -
CMYK 0 0.11 0.50 0.02
HSL 47.14º 0.93% 0.73% -
HSV(B) 47.14º 0.5% 0.98% -
XYZ 69.45 74.55 29.8 -
YUV 219.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 250 223 124 0 0.11 0.50 0.02 47.14 0.93 0.73
Hex FA DF 7C 0 B 32 2 2F 5D 49
Octal 372 337 174 0 13 62 2 57 135 111
Binary 11111010 11011111 1111100 0 1011 110010 10 101111 1011101 1001001

Color Harmonies of #FADF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF7C

Black with #FADF7C

Text Example


Text Example

White with #FADF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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