Html Css Color HEX #F5D770 Sweet Corn

📋 copy color: '#F5D770'

red 245 ◦ green 215 ◦ blue 112

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

Shades of Sweet Corn #F5D770

Tints of Sweet Corn #F5D770

RGB

 RED value IS 245 (96.09% from 255) = 42.83%

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

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

R = 42.83%
G = 37.59%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F5D770 (or 0xF5D770) is known color: Sweet Corn. HEX triplet: F5, D7 and 70. RGB value is (245,215,112). Sum of RGB (Red+Green+Blue) = 245+215+112=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D770 is #0A288F. Grayscale: #D4D4D4. Windows color (decimal): -665744 or 7395317. OLE color: 7395317.

HSL color Cylindrical-coordinate representation of color #F5D770: hue angle of 46.47º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5D770 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 215 112 -
CMYK 0 0.12 0.54 0.04
HSL 46.47º 0.87% 0.7% -
HSV(B) 46.47º 0.54% 0.96% -
XYZ 64.88 69.18 25.26 -
YUV 212.23 71.44 151.38 -
System Red Green Blue C M Y K H S L
Decimal 245 215 112 0 0.12 0.54 0.04 46.47 0.87 0.7
Hex F5 D7 70 0 C 36 4 2E 57 46
Octal 365 327 160 0 14 66 4 56 127 106
Binary 11110101 11010111 1110000 0 1100 110110 100 101110 1010111 1000110

Color Harmonies of #F5D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D770

Black with #F5D770

Text Example


Text Example

White with #F5D770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D770; }

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

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

background-color css

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

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

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

border-color css

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

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

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