Html Css Color HEX #F5C49E Negroni

📋 copy color: '#F5C49E'

red 245 ◦ green 196 ◦ blue 158

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

Shades of Negroni #F5C49E

Tints of Negroni #F5C49E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.72%

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

R = 40.9%
G = 32.72%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5C49E (or 0xF5C49E) is known color: Negroni. HEX triplet: F5, C4 and 9E. RGB value is (245,196,158). Sum of RGB (Red+Green+Blue) = 245+196+158=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C49E is #0A3B61. Grayscale: #CECECE. Windows color (decimal): -670562 or 10405109. OLE color: 10405109.

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

Color convert

RGB 245 196 158 -
CMYK 0 0.2 0.36 0.04
HSL 26.21º 0.81% 0.79% -
HSV(B) 26.21º 0.36% 0.96% -
XYZ 63.57 61.36 40.84 -
YUV 206.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 245 196 158 0 0.2 0.36 0.04 26.21 0.81 0.79
Hex F5 C4 9E 0 14 24 4 1A 51 4F
Octal 365 304 236 0 24 44 4 32 121 117
Binary 11110101 11000100 10011110 0 10100 100100 100 11010 1010001 1001111

Color Harmonies of #F5C49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C49E

Black with #F5C49E

Text Example


Text Example

White with #F5C49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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