#FF750F

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

Shades of Pumpkin #FF750F

Tints of Pumpkin #FF750F

Color information

#FF750F (or 0xFF750F) is unknown color: approx Pumpkin. HEX triplet: FF, 75 and 0F. RGB value is (255,117,15). Sum of RGB (Red+Green+Blue) = 255+117+15=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF750F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF750F is #008AF0. Grayscale: #939393. Windows color (decimal): -35569 or 1013247. OLE color: 1013247.

HSL color Cylindrical-coordinate representation of color #FF750F: hue angle of 25.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF750F is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB25511715-
CMYK00.540.940
HSL25.5º100%52.94%-
HSV(B)25.5º94.12%100%-
XYZ47.6934.024.5-
YUV146.6353.72205.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.89%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 15 (6.25% from 255) = 3.88%
R=65.89%
G=30.23%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551171500.540.94025.510052.94
HexFF75F0365E01a6435
Octal3771651706613603214465
Binary1111111111101011111011011010111100110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF750F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF750F; }

 p { color: rgb(255,117,15); }

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

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

 a { background-color: rgb(255,117,15); }

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

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

 span { border-color: rgb(255,117,15); }

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