#F5750B

Color #F5750B Pumpkin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumpkin #F5750B

Tints of Pumpkin #F5750B

Color information

#F5750B (or 0xF5750B) is unknown color: approx Pumpkin. HEX triplet: F5, 75 and 0B. RGB value is (245,117,11). Sum of RGB (Red+Green+Blue) = 245+117+11=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F5750B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5750B is #0A8AF4. Grayscale: #8F8F8F. Windows color (decimal): -690933 or 751093. OLE color: 751093.

HSL color Cylindrical-coordinate representation of color #F5750B: hue angle of 27.18º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5750B is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB24511711-
CMYK00.520.960.04
HSL27.18º92.13%50.2%-
HSV(B)27.18º95.51%96.08%-
XYZ44.0832.164.2-
YUV143.1953.41200.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.68%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 11 (4.69% from 255) = 2.95%
R=65.68%
G=31.37%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451171100.520.960.0427.1892.1350.2
HexF575B0346041b5c32
Octal3651651306414043313462
Binary111101011110101101101101001100000100110111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5750B; }

 p { color: rgb(245,117,11); }

 H1.HeaderClassName
 {
   color: #F5750B;
 }
 .AnyTagClassName
 {
   color: #F5750B;
 }
</style>
background-color css

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

 a { background-color: rgb(245,117,11); }

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

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

 span { border-color: rgb(245,117,11); }

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