Html Css Color HEX #F08130 West Side

📋 copy color: '#F08130'

red 240 ◦ green 129 ◦ blue 48

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

Shades of West Side #F08130

Tints of West Side #F08130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.94%

 BLUE value IS 48 (19.14% from 255) = 11.51%

R = 57.55%
G = 30.94%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F08130 (or 0xF08130) is known color: West Side. HEX triplet: F0, 81 and 30. RGB value is (240,129,48). Sum of RGB (Red+Green+Blue) = 240+129+48=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F08130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08130 is #0F7ECF. Grayscale: #999999. Windows color (decimal): -1015504 or 3178992. OLE color: 3178992.

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

Color convert

RGB 240 129 48 -
CMYK 0 0.46 0.8 0.06
HSL 25.31º 0.86% 0.56% -
HSV(B) 25.31º 0.8% 0.94% -
XYZ 44.32 34.44 7.11 -
YUV 152.96 68.77 190.09 -
System Red Green Blue C M Y K H S L
Decimal 240 129 48 0 0.46 0.8 0.06 25.31 0.86 0.56
Hex F0 81 30 0 2E 50 6 19 56 38
Octal 360 201 60 0 56 120 6 31 126 70
Binary 11110000 10000001 110000 0 101110 1010000 110 11001 1010110 111000

Color Harmonies of #F08130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08130

Black with #F08130

Text Example


Text Example

White with #F08130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08130; }

 p { color: rgb(240,129,48); }

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

background-color css

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

 a { background-color: rgb(240,129,48); }

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

border-color css

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

 span { border-color: rgb(240,129,48); }

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