Html Css Color HEX #F17A2A West Side

📋 copy color: '#F17A2A'

red 241 ◦ green 122 ◦ blue 42

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

Shades of West Side #F17A2A

Tints of West Side #F17A2A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.12%

 BLUE value IS 42 (16.8% from 255) = 10.37%

R = 59.51%
G = 30.12%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F17A2A (or 0xF17A2A) is known color: West Side. HEX triplet: F1, 7A and 2A. RGB value is (241,122,42). Sum of RGB (Red+Green+Blue) = 241+122+42=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17A2A is #0E85D5. Grayscale: #949494. Windows color (decimal): -951766 or 2783985. OLE color: 2783985.

HSL color Cylindrical-coordinate representation of color #F17A2A: hue angle of 24.12º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F17A2A is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 122 42 -
CMYK 0 0.49 0.83 0.05
HSL 24.12º 0.88% 0.55% -
HSV(B) 24.12º 0.83% 0.95% -
XYZ 43.65 32.79 6.22 -
YUV 148.46 67.92 194 -
System Red Green Blue C M Y K H S L
Decimal 241 122 42 0 0.49 0.83 0.05 24.12 0.88 0.55
Hex F1 7A 2A 0 31 53 5 18 58 37
Octal 361 172 52 0 61 123 5 30 130 67
Binary 11110001 1111010 101010 0 110001 1010011 101 11000 1011000 110111

Color Harmonies of #F17A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17A2A

Black with #F17A2A

Text Example


Text Example

White with #F17A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17A2A; }

 p { color: rgb(241,122,42); }

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

background-color css

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

 a { background-color: rgb(241,122,42); }

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

border-color css

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

 span { border-color: rgb(241,122,42); }

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