Html Css Color HEX #F17F2F West Side

📋 copy color: '#F17F2F'

red 241 ◦ green 127 ◦ blue 47

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

Shades of West Side #F17F2F

Tints of West Side #F17F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.33%

R = 58.07%
G = 30.6%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F17F2F (or 0xF17F2F) is known color: West Side. HEX triplet: F1, 7F and 2F. RGB value is (241,127,47). Sum of RGB (Red+Green+Blue) = 241+127+47=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17F2F is #0E80D0. Grayscale: #989898. Windows color (decimal): -950481 or 3112945. OLE color: 3112945.

HSL color Cylindrical-coordinate representation of color #F17F2F: hue angle of 24.74º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F17F2F is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 127 47 -
CMYK 0 0.47 0.80 0.05
HSL 24.74º 0.87% 0.56% -
HSV(B) 24.74º 0.8% 0.95% -
XYZ 44.38 34.08 6.93 -
YUV 151.97 68.77 191.5 -
System Red Green Blue C M Y K H S L
Decimal 241 127 47 0 0.47 0.80 0.05 24.74 0.87 0.56
Hex F1 7F 2F 0 2F 50 5 19 57 38
Octal 361 177 57 0 57 120 5 31 127 70
Binary 11110001 1111111 101111 0 101111 1010000 101 11001 1010111 111000

Color Harmonies of #F17F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F2F

Black with #F17F2F

Text Example


Text Example

White with #F17F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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