Html Css Color HEX #F7D770 Sweet Corn

📋 copy color: '#F7D770'

red 247 ◦ green 215 ◦ blue 112

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

Shades of Sweet Corn #F7D770

Tints of Sweet Corn #F7D770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.46%

 BLUE value IS 112 (44.14% from 255) = 19.51%

R = 43.03%
G = 37.46%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7D770 (or 0xF7D770) is known color: Sweet Corn. HEX triplet: F7, D7 and 70. RGB value is (247,215,112). Sum of RGB (Red+Green+Blue) = 247+215+112=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D770 is #08288F. Grayscale: #D5D5D5. Windows color (decimal): -534672 or 7395319. OLE color: 7395319.

HSL color Cylindrical-coordinate representation of color #F7D770: hue angle of 45.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7D770 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 215 112 -
CMYK 0 0.13 0.55 0.03
HSL 45.78º 0.89% 0.7% -
HSV(B) 45.78º 0.55% 0.97% -
XYZ 65.58 69.54 25.3 -
YUV 212.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 247 215 112 0 0.13 0.55 0.03 45.78 0.89 0.7
Hex F7 D7 70 0 D 37 3 2E 59 46
Octal 367 327 160 0 15 67 3 56 131 106
Binary 11110111 11010111 1110000 0 1101 110111 11 101110 1011001 1000110

Color Harmonies of #F7D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D770

Black with #F7D770

Text Example


Text Example

White with #F7D770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D770; }

 p { color: rgb(247,215,112); }

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

background-color css

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

 a { background-color: rgb(247,215,112); }

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

border-color css

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

 span { border-color: rgb(247,215,112); }

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