Html Css Color HEX #F18234 West Side

📋 copy color: '#F18234'

red 241 ◦ green 130 ◦ blue 52

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

Shades of West Side #F18234

Tints of West Side #F18234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.29%

R = 56.97%
G = 30.73%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F18234 (or 0xF18234) is known color: West Side. HEX triplet: F1, 82 and 34. RGB value is (241,130,52). Sum of RGB (Red+Green+Blue) = 241+130+52=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F18234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18234 is #0E7DCB. Grayscale: #9A9A9A. Windows color (decimal): -949708 or 3441393. OLE color: 3441393.

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

Color convert

RGB 241 130 52 -
CMYK 0 0.46 0.78 0.05
HSL 24.76º 0.87% 0.57% -
HSV(B) 24.76º 0.78% 0.95% -
XYZ 44.88 34.91 7.62 -
YUV 154.3 70.27 189.84 -
System Red Green Blue C M Y K H S L
Decimal 241 130 52 0 0.46 0.78 0.05 24.76 0.87 0.57
Hex F1 82 34 0 2E 4E 5 19 57 39
Octal 361 202 64 0 56 116 5 31 127 71
Binary 11110001 10000010 110100 0 101110 1001110 101 11001 1010111 111001

Color Harmonies of #F18234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18234

Black with #F18234

Text Example


Text Example

White with #F18234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18234; }

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

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

background-color css

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

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

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

border-color css

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

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

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