Html Css Color HEX #F18131 West Side

📋 copy color: '#F18131'

red 241 ◦ green 129 ◦ blue 49

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

Shades of West Side #F18131

Tints of West Side #F18131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.79%

 BLUE value IS 49 (19.53% from 255) = 11.69%

R = 57.52%
G = 30.79%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F18131 (or 0xF18131) is known color: West Side. HEX triplet: F1, 81 and 31. RGB value is (241,129,49). Sum of RGB (Red+Green+Blue) = 241+129+49=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F18131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18131 is #0E7ECE. Grayscale: #999999. Windows color (decimal): -949967 or 3244529. OLE color: 3244529.

HSL color Cylindrical-coordinate representation of color #F18131: hue angle of 25º 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 #F18131 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 129 49 -
CMYK 0 0.46 0.80 0.05
HSL 25º 0.87% 0.57% -
HSV(B) 25º 0.8% 0.95% -
XYZ 44.68 34.62 7.23 -
YUV 153.37 69.11 190.5 -
System Red Green Blue C M Y K H S L
Decimal 241 129 49 0 0.46 0.80 0.05 25 0.87 0.57
Hex F1 81 31 0 2E 50 5 19 57 39
Octal 361 201 61 0 56 120 5 31 127 71
Binary 11110001 10000001 110001 0 101110 1010000 101 11001 1010111 111001

Color Harmonies of #F18131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18131

Black with #F18131

Text Example


Text Example

White with #F18131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18131; }

 p { color: rgb(241,129,49); }

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

background-color css

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

 a { background-color: rgb(241,129,49); }

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

border-color css

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

 span { border-color: rgb(241,129,49); }

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