Html Css Color HEX #F18030 West Side

📋 copy color: '#F18030'

red 241 ◦ green 128 ◦ blue 48

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

Shades of West Side #F18030

Tints of West Side #F18030

RGB

 RED value IS 241 (94.53% from 255) = 57.79%

 GREEN value IS 128 (50.39% from 255) = 30.7%

 BLUE value IS 48 (19.14% from 255) = 11.51%

R = 57.79%
G = 30.7%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F18030 (or 0xF18030) is known color: West Side. HEX triplet: F1, 80 and 30. RGB value is (241,128,48). Sum of RGB (Red+Green+Blue) = 241+128+48=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F18030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18030 is #0E7FCF. Grayscale: #999999. Windows color (decimal): -950224 or 3178737. OLE color: 3178737.

HSL color Cylindrical-coordinate representation of color #F18030: hue angle of 24.87º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F18030 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 48 -
CMYK 0 0.47 0.80 0.05
HSL 24.87º 0.87% 0.57% -
HSV(B) 24.87º 0.8% 0.95% -
XYZ 44.53 34.35 7.08 -
YUV 152.67 68.94 191 -
System Red Green Blue C M Y K H S L
Decimal 241 128 48 0 0.47 0.80 0.05 24.87 0.87 0.57
Hex F1 80 30 0 2F 50 5 19 57 39
Octal 361 200 60 0 57 120 5 31 127 71
Binary 11110001 10000000 110000 0 101111 1010000 101 11001 1010111 111001

Color Harmonies of #F18030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18030

Black with #F18030

Text Example


Text Example

White with #F18030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18030; }

 p { color: rgb(241,128,48); }

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

background-color css

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

 a { background-color: rgb(241,128,48); }

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

border-color css

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

 span { border-color: rgb(241,128,48); }

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