Html Css Color HEX #F47F31 West Side

📋 copy color: '#F47F31'

red 244 ◦ green 127 ◦ blue 49

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

Shades of West Side #F47F31

Tints of West Side #F47F31

RGB

 RED value IS 244 (95.7% from 255) = 58.1%

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

 BLUE value IS 49 (19.53% from 255) = 11.67%

R = 58.1%
G = 30.24%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F47F31 (or 0xF47F31) is known color: West Side. HEX triplet: F4, 7F and 31. RGB value is (244,127,49). Sum of RGB (Red+Green+Blue) = 244+127+49=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47F31 is #0B80CE. Grayscale: #999999. Windows color (decimal): -753871 or 3244020. OLE color: 3244020.

HSL color Cylindrical-coordinate representation of color #F47F31: hue angle of 24º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F47F31 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 127 49 -
CMYK 0 0.48 0.80 0.04
HSL 24º 0.9% 0.57% -
HSV(B) 24º 0.8% 0.96% -
XYZ 45.45 34.63 7.2 -
YUV 153.09 69.26 192.84 -
System Red Green Blue C M Y K H S L
Decimal 244 127 49 0 0.48 0.80 0.04 24 0.9 0.57
Hex F4 7F 31 0 30 50 4 18 5A 39
Octal 364 177 61 0 60 120 4 30 132 71
Binary 11110100 1111111 110001 0 110000 1010000 100 11000 1011010 111001

Color Harmonies of #F47F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47F31

Black with #F47F31

Text Example


Text Example

White with #F47F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47F31; }

 p { color: rgb(244,127,49); }

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

background-color css

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

 a { background-color: rgb(244,127,49); }

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

border-color css

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

 span { border-color: rgb(244,127,49); }

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