Html Css Color HEX #F5D96E Sweet Corn

📋 copy color: '#F5D96E'

red 245 ◦ green 217 ◦ blue 110

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

Shades of Sweet Corn #F5D96E

Tints of Sweet Corn #F5D96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.23%

R = 42.83%
G = 37.94%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5D96E (or 0xF5D96E) is known color: Sweet Corn. HEX triplet: F5, D9 and 6E. RGB value is (245,217,110). Sum of RGB (Red+Green+Blue) = 245+217+110=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 110 (43.36% from 255 or 19.23% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D96E is #0A2691. Grayscale: #D5D5D5. Windows color (decimal): -665234 or 7264757. OLE color: 7264757.

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

Color convert

RGB 245 217 110 -
CMYK 0 0.11 0.55 0.04
HSL 47.56º 0.87% 0.7% -
HSV(B) 47.56º 0.55% 0.96% -
XYZ 65.28 70.16 24.85 -
YUV 213.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 245 217 110 0 0.11 0.55 0.04 47.56 0.87 0.7
Hex F5 D9 6E 0 B 37 4 30 57 46
Octal 365 331 156 0 13 67 4 60 127 106
Binary 11110101 11011001 1101110 0 1011 110111 100 110000 1010111 1000110

Color Harmonies of #F5D96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D96E

Black with #F5D96E

Text Example


Text Example

White with #F5D96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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