Html Css Color HEX #F17F2A West Side

📋 copy color: '#F17F2A'

red 241 ◦ green 127 ◦ blue 42

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

Shades of West Side #F17F2A

Tints of West Side #F17F2A

RGB

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

 GREEN value IS 127 (50% from 255) = 30.98%

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

R = 58.78%
G = 30.98%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F17F2A (or 0xF17F2A) is known color: West Side. HEX triplet: F1, 7F and 2A. RGB value is (241,127,42). Sum of RGB (Red+Green+Blue) = 241+127+42=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17F2A is #0E80D5. Grayscale: #979797. Windows color (decimal): -950486 or 2785265. OLE color: 2785265.

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

Color convert

RGB 241 127 42 -
CMYK 0 0.47 0.83 0.05
HSL 25.63º 0.88% 0.55% -
HSV(B) 25.63º 0.83% 0.95% -
XYZ 44.28 34.05 6.43 -
YUV 151.4 66.27 191.91 -
System Red Green Blue C M Y K H S L
Decimal 241 127 42 0 0.47 0.83 0.05 25.63 0.88 0.55
Hex F1 7F 2A 0 2F 53 5 1A 58 37
Octal 361 177 52 0 57 123 5 32 130 67
Binary 11110001 1111111 101010 0 101111 1010011 101 11010 1011000 110111

Color Harmonies of #F17F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F2A

Black with #F17F2A

Text Example


Text Example

White with #F17F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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