Html Css Color HEX #F5D973 Sweet Corn

📋 copy color: '#F5D973'

red 245 ◦ green 217 ◦ blue 115

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

Shades of Sweet Corn #F5D973

Tints of Sweet Corn #F5D973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.93%

R = 42.46%
G = 37.61%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F5D973 (or 0xF5D973) is known color: Sweet Corn. HEX triplet: F5, D9 and 73. RGB value is (245,217,115). Sum of RGB (Red+Green+Blue) = 245+217+115=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 115 (45.31% from 255 or 19.93% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D973 is #0A268C. Grayscale: #D6D6D6. Windows color (decimal): -665229 or 7592437. OLE color: 7592437.

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

Color convert

RGB 245 217 115 -
CMYK 0 0.11 0.53 0.04
HSL 47.08º 0.87% 0.71% -
HSV(B) 47.08º 0.53% 0.96% -
XYZ 65.56 70.28 26.33 -
YUV 213.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 245 217 115 0 0.11 0.53 0.04 47.08 0.87 0.71
Hex F5 D9 73 0 B 35 4 2F 57 47
Octal 365 331 163 0 13 65 4 57 127 107
Binary 11110101 11011001 1110011 0 1011 110101 100 101111 1010111 1000111

Color Harmonies of #F5D973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D973

Black with #F5D973

Text Example


Text Example

White with #F5D973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D973; }

 p { color: rgb(245,217,115); }

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

background-color css

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

 a { background-color: rgb(245,217,115); }

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

border-color css

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

 span { border-color: rgb(245,217,115); }

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