Html Css Color HEX #F18130 West Side

📋 copy color: '#F18130'

red 241 ◦ green 129 ◦ blue 48

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

Shades of West Side #F18130

Tints of West Side #F18130

RGB

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

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

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

R = 57.66%
G = 30.86%
B = 11.48%

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

#F18130 (or 0xF18130) is known color: West Side. HEX triplet: F1, 81 and 30. RGB value is (241,129,48). Sum of RGB (Red+Green+Blue) = 241+129+48=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F18130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18130 is #0E7ECF. Grayscale: #999999. Windows color (decimal): -949968 or 3178993. OLE color: 3178993.

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

Color convert

RGB 241 129 48 -
CMYK 0 0.46 0.80 0.05
HSL 25.18º 0.87% 0.57% -
HSV(B) 25.18º 0.8% 0.95% -
XYZ 44.66 34.61 7.12 -
YUV 153.25 68.61 190.59 -
System Red Green Blue C M Y K H S L
Decimal 241 129 48 0 0.46 0.80 0.05 25.18 0.87 0.57
Hex F1 81 30 0 2E 50 5 19 57 39
Octal 361 201 60 0 56 120 5 31 127 71
Binary 11110001 10000001 110000 0 101110 1010000 101 11001 1010111 111001

Color Harmonies of #F18130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18130

Black with #F18130

Text Example


Text Example

White with #F18130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18130; }

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

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

background-color css

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

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

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

border-color css

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

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

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