Html Css Color HEX #F5D972 Sweet Corn

📋 copy color: '#F5D972'

red 245 ◦ green 217 ◦ blue 114

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

Shades of Sweet Corn #F5D972

Tints of Sweet Corn #F5D972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.79%

R = 42.53%
G = 37.67%
B = 19.79%

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

#F5D972 (or 0xF5D972) is known color: Sweet Corn. HEX triplet: F5, D9 and 72. RGB value is (245,217,114). Sum of RGB (Red+Green+Blue) = 245+217+114=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 114 (44.92% from 255 or 19.79% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D972 is #0A268D. Grayscale: #D6D6D6. Windows color (decimal): -665230 or 7526901. OLE color: 7526901.

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

Color convert

RGB 245 217 114 -
CMYK 0 0.11 0.53 0.04
HSL 47.18º 0.87% 0.7% -
HSV(B) 47.18º 0.53% 0.96% -
XYZ 65.51 70.25 26.03 -
YUV 213.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 245 217 114 0 0.11 0.53 0.04 47.18 0.87 0.7
Hex F5 D9 72 0 B 35 4 2F 57 46
Octal 365 331 162 0 13 65 4 57 127 106
Binary 11110101 11011001 1110010 0 1011 110101 100 101111 1010111 1000110

Color Harmonies of #F5D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D972

Black with #F5D972

Text Example


Text Example

White with #F5D972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D972; }

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

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

background-color css

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

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

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

border-color css

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

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

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