Html Css Color HEX #F18238 West Side

📋 copy color: '#F18238'

red 241 ◦ green 130 ◦ blue 56

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

Shades of West Side #F18238

Tints of West Side #F18238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.11%

R = 56.44%
G = 30.44%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F18238 (or 0xF18238) is known color: West Side. HEX triplet: F1, 82 and 38. RGB value is (241,130,56). Sum of RGB (Red+Green+Blue) = 241+130+56=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F18238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18238 is #0E7DC7. Grayscale: #9B9B9B. Windows color (decimal): -949704 or 3703537. OLE color: 3703537.

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

Color convert

RGB 241 130 56 -
CMYK 0 0.46 0.77 0.05
HSL 24º 0.87% 0.58% -
HSV(B) 24º 0.77% 0.95% -
XYZ 44.97 34.95 8.12 -
YUV 154.75 72.27 189.52 -
System Red Green Blue C M Y K H S L
Decimal 241 130 56 0 0.46 0.77 0.05 24 0.87 0.58
Hex F1 82 38 0 2E 4D 5 18 57 3A
Octal 361 202 70 0 56 115 5 30 127 72
Binary 11110001 10000010 111000 0 101110 1001101 101 11000 1010111 111010

Color Harmonies of #F18238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18238

Black with #F18238

Text Example


Text Example

White with #F18238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18238; }

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

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

background-color css

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

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

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

border-color css

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

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

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