Html Css Color HEX #F5C99D Negroni

📋 copy color: '#F5C99D'

red 245 ◦ green 201 ◦ blue 157

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

Shades of Negroni #F5C99D

Tints of Negroni #F5C99D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.33%

 BLUE value IS 157 (61.72% from 255) = 26.04%

R = 40.63%
G = 33.33%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5C99D (or 0xF5C99D) is known color: Negroni. HEX triplet: F5, C9 and 9D. RGB value is (245,201,157). Sum of RGB (Red+Green+Blue) = 245+201+157=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C99D is #0A3662. Grayscale: #D1D1D1. Windows color (decimal): -669283 or 10340853. OLE color: 10340853.

HSL color Cylindrical-coordinate representation of color #F5C99D: hue angle of 30º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5C99D is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 201 157 -
CMYK 0 0.18 0.36 0.04
HSL 30º 0.81% 0.79% -
HSV(B) 30º 0.36% 0.96% -
XYZ 64.63 63.62 40.77 -
YUV 209.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 245 201 157 0 0.18 0.36 0.04 30 0.81 0.79
Hex F5 C9 9D 0 12 24 4 1E 51 4F
Octal 365 311 235 0 22 44 4 36 121 117
Binary 11110101 11001001 10011101 0 10010 100100 100 11110 1010001 1001111

Color Harmonies of #F5C99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C99D

Black with #F5C99D

Text Example


Text Example

White with #F5C99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C99D; }

 p { color: rgb(245,201,157); }

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

background-color css

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

 a { background-color: rgb(245,201,157); }

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

border-color css

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

 span { border-color: rgb(245,201,157); }

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