#F38035

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

Shades of West Side #F38035

Tints of West Side #F38035

Color information

#F38035 (or 0xF38035) is unknown color: approx West Side. HEX triplet: F3, 80 and 35. RGB value is (243,128,53). Sum of RGB (Red+Green+Blue) = 243+128+53=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F38035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38035 is #0C7FCA. Grayscale: #9A9A9A. Windows color (decimal): -819147 or 3506419. OLE color: 3506419.

HSL color Cylindrical-coordinate representation of color #F38035: hue angle of 23.68º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F38035 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB24312853-
CMYK00.470.780.05
HSL23.68º88.79%58.04%-
HSV(B)23.68º78.19%95.29%-
XYZ45.3234.757.69-
YUV153.8471.1191.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.31%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 53 (21.09% from 255) = 12.5%
R=57.31%
G=30.19%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431285300.470.780.0523.6888.7958.04
HexF3803502F4E518593a
Octal3632006505711653013172
Binary111100111000000011010101011111001110101110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38035; }

 p { color: rgb(243,128,53); }

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

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

 a { background-color: rgb(243,128,53); }

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

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

 span { border-color: rgb(243,128,53); }

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