#F4C7A4

Color #F4C7A4 Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #F4C7A4

Tints of Negroni #F4C7A4

Color information

#F4C7A4 (or 0xF4C7A4) is unknown color: approx Negroni. HEX triplet: F4, C7 and A4. RGB value is (244,199,164). Sum of RGB (Red+Green+Blue) = 244+199+164=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C7A4 is #0B385B. Grayscale: #D0D0D0. Windows color (decimal): -735324 or 10799092. OLE color: 10799092.

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

Color convert

RGB244199164-
CMYK00.180.330.04
HSL26.25º78.43%80%-
HSV(B)26.25º32.79%95.69%-
XYZ64.4362.7643.84-
YUV208.46102.91153.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.20%
GREEN value IS 199 (78.12% from 255) = 32.78%
BLUE value IS 164 (64.45% from 255) = 27.02%
R=40.20%
G=32.78%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419916400.180.330.0426.2578.4380
HexF4C7A40122141a4e50
Octal36430724402241432116120
Binary1111010011000111101001000100101000011001101010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C7A4; }

 p { color: rgb(244,199,164); }

 H1.HeaderClassName
 {
   color: #F4C7A4;
 }
 .AnyTagClassName
 {
   color: #F4C7A4;
 }
</style>
background-color css

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

 a { background-color: rgb(244,199,164); }

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

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

 span { border-color: rgb(244,199,164); }

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