#F4853D

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

Shades of Flamenco #F4853D

Tints of Flamenco #F4853D

Color information

#F4853D (or 0xF4853D) is unknown color: approx Flamenco. HEX triplet: F4, 85 and 3D. RGB value is (244,133,61). Sum of RGB (Red+Green+Blue) = 244+133+61=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F4853D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4853D is #0B7AC2. Grayscale: #9E9E9E. Windows color (decimal): -752323 or 4031988. OLE color: 4031988.

HSL color Cylindrical-coordinate representation of color #F4853D: hue angle of 23.61º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4853D is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB24413361-
CMYK00.450.750.04
HSL23.61º89.27%59.8%-
HSV(B)23.61º75%95.69%-
XYZ46.5436.358.98-
YUV157.9873.27189.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.71%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 61 (24.22% from 255) = 13.93%
R=55.71%
G=30.37%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441336100.450.750.0423.6189.2759.8
HexF4853D02D4B418593c
Octal3642057505511343013174
Binary111101001000010111110101011011001011100110001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4853D; }

 p { color: rgb(244,133,61); }

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

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

 a { background-color: rgb(244,133,61); }

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

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

 span { border-color: rgb(244,133,61); }

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