Html Css Color HEX #F18233 West Side

📋 copy color: '#F18233'

red 241 ◦ green 130 ◦ blue 51

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

Shades of West Side #F18233

Tints of West Side #F18233

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

 BLUE value IS 51 (20.31% from 255) = 12.09%

R = 57.11%
G = 30.81%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F18233 (or 0xF18233) is known color: West Side. HEX triplet: F1, 82 and 33. RGB value is (241,130,51). Sum of RGB (Red+Green+Blue) = 241+130+51=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F18233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18233 is #0E7DCC. Grayscale: #9A9A9A. Windows color (decimal): -949709 or 3375857. OLE color: 3375857.

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

Color convert

RGB 241 130 51 -
CMYK 0 0.46 0.79 0.05
HSL 24.95º 0.87% 0.57% -
HSV(B) 24.95º 0.79% 0.95% -
XYZ 44.86 34.91 7.51 -
YUV 154.18 69.77 189.92 -
System Red Green Blue C M Y K H S L
Decimal 241 130 51 0 0.46 0.79 0.05 24.95 0.87 0.57
Hex F1 82 33 0 2E 4F 5 19 57 39
Octal 361 202 63 0 56 117 5 31 127 71
Binary 11110001 10000010 110011 0 101110 1001111 101 11001 1010111 111001

Color Harmonies of #F18233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18233

Black with #F18233

Text Example


Text Example

White with #F18233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18233; }

 p { color: rgb(241,130,51); }

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

background-color css

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

 a { background-color: rgb(241,130,51); }

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

border-color css

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

 span { border-color: rgb(241,130,51); }

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