Html Css Color HEX #F07F38 West Side

📋 copy color: '#F07F38'

red 240 ◦ green 127 ◦ blue 56

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

Shades of West Side #F07F38

Tints of West Side #F07F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.24%

R = 56.74%
G = 30.02%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F07F38 (or 0xF07F38) is known color: West Side. HEX triplet: F0, 7F and 38. RGB value is (240,127,56). Sum of RGB (Red+Green+Blue) = 240+127+56=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07F38 is #0F80C7. Grayscale: #999999. Windows color (decimal): -1016008 or 3702768. OLE color: 3702768.

HSL color Cylindrical-coordinate representation of color #F07F38: hue angle of 23.15º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F07F38 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 56 -
CMYK 0 0.47 0.77 0.06
HSL 23.15º 0.86% 0.58% -
HSV(B) 23.15º 0.77% 0.94% -
XYZ 44.24 33.99 7.97 -
YUV 152.69 73.44 190.27 -
System Red Green Blue C M Y K H S L
Decimal 240 127 56 0 0.47 0.77 0.06 23.15 0.86 0.58
Hex F0 7F 38 0 2F 4D 6 17 56 3A
Octal 360 177 70 0 57 115 6 27 126 72
Binary 11110000 1111111 111000 0 101111 1001101 110 10111 1010110 111010

Color Harmonies of #F07F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F38

Black with #F07F38

Text Example


Text Example

White with #F07F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F38; }

 p { color: rgb(240,127,56); }

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

background-color css

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

 a { background-color: rgb(240,127,56); }

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

border-color css

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

 span { border-color: rgb(240,127,56); }

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