Html Css Color HEX #F07E27 West Side

📋 copy color: '#F07E27'

red 240 ◦ green 126 ◦ blue 39

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

Shades of West Side #F07E27

Tints of West Side #F07E27

RGB

 RED value IS 240 (94.14% from 255) = 59.26%

 GREEN value IS 126 (49.61% from 255) = 31.11%

 BLUE value IS 39 (15.63% from 255) = 9.63%

R = 59.26%
G = 31.11%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F07E27 (or 0xF07E27) is known color: West Side. HEX triplet: F0, 7E and 27. RGB value is (240,126,39). Sum of RGB (Red+Green+Blue) = 240+126+39=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07E27 is #0F81D8. Grayscale: #969696. Windows color (decimal): -1016281 or 2588400. OLE color: 2588400.

HSL color Cylindrical-coordinate representation of color #F07E27: hue angle of 25.97º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F07E27 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 126 39 -
CMYK 0 0.48 0.84 0.06
HSL 25.97º 0.87% 0.55% -
HSV(B) 25.97º 0.84% 0.94% -
XYZ 43.76 33.59 6.1 -
YUV 150.17 65.27 192.07 -
System Red Green Blue C M Y K H S L
Decimal 240 126 39 0 0.48 0.84 0.06 25.97 0.87 0.55
Hex F0 7E 27 0 30 54 6 1A 57 37
Octal 360 176 47 0 60 124 6 32 127 67
Binary 11110000 1111110 100111 0 110000 1010100 110 11010 1010111 110111

Color Harmonies of #F07E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E27

Black with #F07E27

Text Example


Text Example

White with #F07E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E27; }

 p { color: rgb(240,126,39); }

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

background-color css

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

 a { background-color: rgb(240,126,39); }

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

border-color css

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

 span { border-color: rgb(240,126,39); }

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