Html Css Color HEX #F5D974 Sweet Corn

📋 copy color: '#F5D974'

red 245 ◦ green 217 ◦ blue 116

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

Shades of Sweet Corn #F5D974

Tints of Sweet Corn #F5D974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.07%

R = 42.39%
G = 37.54%
B = 20.07%

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

#F5D974 (or 0xF5D974) is known color: Sweet Corn. HEX triplet: F5, D9 and 74. RGB value is (245,217,116). Sum of RGB (Red+Green+Blue) = 245+217+116=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 116 (45.70% from 255 or 20.07% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D974 is #0A268B. Grayscale: #D6D6D6. Windows color (decimal): -665228 or 7657973. OLE color: 7657973.

HSL color Cylindrical-coordinate representation of color #F5D974: hue angle of 46.98º 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 #F5D974 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 217 116 -
CMYK 0 0.11 0.53 0.04
HSL 46.98º 0.87% 0.71% -
HSV(B) 46.98º 0.53% 0.96% -
XYZ 65.62 70.3 26.63 -
YUV 213.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 245 217 116 0 0.11 0.53 0.04 46.98 0.87 0.71
Hex F5 D9 74 0 B 35 4 2F 57 47
Octal 365 331 164 0 13 65 4 57 127 107
Binary 11110101 11011001 1110100 0 1011 110101 100 101111 1010111 1000111

Color Harmonies of #F5D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D974

Black with #F5D974

Text Example


Text Example

White with #F5D974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D974; }

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

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

background-color css

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

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

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

border-color css

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

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

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