Html Css Color HEX #F5C99E Negroni

📋 copy color: '#F5C99E'

red 245 ◦ green 201 ◦ blue 158

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

Shades of Negroni #F5C99E

Tints of Negroni #F5C99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.16%

R = 40.56%
G = 33.28%
B = 26.16%

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

#F5C99E (or 0xF5C99E) is known color: Negroni. HEX triplet: F5, C9 and 9E. RGB value is (245,201,158). Sum of RGB (Red+Green+Blue) = 245+201+158=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C99E is #0A3661. Grayscale: #D1D1D1. Windows color (decimal): -669282 or 10406389. OLE color: 10406389.

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

Color convert

RGB 245 201 158 -
CMYK 0 0.18 0.36 0.04
HSL 29.66º 0.81% 0.79% -
HSV(B) 29.66º 0.36% 0.96% -
XYZ 64.71 63.65 41.22 -
YUV 209.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 245 201 158 0 0.18 0.36 0.04 29.66 0.81 0.79
Hex F5 C9 9E 0 12 24 4 1E 51 4F
Octal 365 311 236 0 22 44 4 36 121 117
Binary 11110101 11001001 10011110 0 10010 100100 100 11110 1010001 1001111

Color Harmonies of #F5C99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C99E

Black with #F5C99E

Text Example


Text Example

White with #F5C99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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