Html Css Color HEX #F7D96A Sweet Corn

📋 copy color: '#F7D96A'

red 247 ◦ green 217 ◦ blue 106

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

Shades of Sweet Corn #F7D96A

Tints of Sweet Corn #F7D96A

RGB

 RED value IS 247 (96.88% from 255) = 43.33%

 GREEN value IS 217 (85.16% from 255) = 38.07%

 BLUE value IS 106 (41.8% from 255) = 18.6%

R = 43.33%
G = 38.07%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7D96A (or 0xF7D96A) is known color: Sweet Corn. HEX triplet: F7, D9 and 6A. RGB value is (247,217,106). Sum of RGB (Red+Green+Blue) = 247+217+106=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 106 (41.80% from 255 or 18.60% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D96A is #082695. Grayscale: #D5D5D5. Windows color (decimal): -534166 or 7002615. OLE color: 7002615.

HSL color Cylindrical-coordinate representation of color #F7D96A: hue angle of 47.23º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7D96A is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 217 106 -
CMYK 0 0.12 0.57 0.03
HSL 47.23º 0.9% 0.69% -
HSV(B) 47.23º 0.57% 0.97% -
XYZ 65.77 70.44 23.77 -
YUV 213.32 67.44 152.03 -
System Red Green Blue C M Y K H S L
Decimal 247 217 106 0 0.12 0.57 0.03 47.23 0.9 0.69
Hex F7 D9 6A 0 C 39 3 2F 5A 45
Octal 367 331 152 0 14 71 3 57 132 105
Binary 11110111 11011001 1101010 0 1100 111001 11 101111 1011010 1000101

Color Harmonies of #F7D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D96A

Black with #F7D96A

Text Example


Text Example

White with #F7D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D96A; }

 p { color: rgb(247,217,106); }

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

background-color css

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

 a { background-color: rgb(247,217,106); }

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

border-color css

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

 span { border-color: rgb(247,217,106); }

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