Html Css Color HEX #F5C69A Negroni

📋 copy color: '#F5C69A'

red 245 ◦ green 198 ◦ blue 154

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

Shades of Negroni #F5C69A

Tints of Negroni #F5C69A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.17%

 BLUE value IS 154 (60.55% from 255) = 25.8%

R = 41.04%
G = 33.17%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5C69A (or 0xF5C69A) is known color: Negroni. HEX triplet: F5, C6 and 9A. RGB value is (245,198,154). Sum of RGB (Red+Green+Blue) = 245+198+154=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C69A is #0A3965. Grayscale: #CFCFCF. Windows color (decimal): -670054 or 10143477. OLE color: 10143477.

HSL color Cylindrical-coordinate representation of color #F5C69A: hue angle of 29.01º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5C69A is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 198 154 -
CMYK 0 0.19 0.37 0.04
HSL 29.01º 0.82% 0.78% -
HSV(B) 29.01º 0.37% 0.96% -
XYZ 63.68 62.13 39.21 -
YUV 207.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 245 198 154 0 0.19 0.37 0.04 29.01 0.82 0.78
Hex F5 C6 9A 0 13 25 4 1D 52 4E
Octal 365 306 232 0 23 45 4 35 122 116
Binary 11110101 11000110 10011010 0 10011 100101 100 11101 1010010 1001110

Color Harmonies of #F5C69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C69A

Black with #F5C69A

Text Example


Text Example

White with #F5C69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C69A; }

 p { color: rgb(245,198,154); }

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

background-color css

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

 a { background-color: rgb(245,198,154); }

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

border-color css

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

 span { border-color: rgb(245,198,154); }

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