#F07B14

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

Shades of Pumpkin #F07B14

Tints of Pumpkin #F07B14

Color information

#F07B14 (or 0xF07B14) is unknown color: approx Pumpkin. HEX triplet: F0, 7B and 14. RGB value is (240,123,20). Sum of RGB (Red+Green+Blue) = 240+123+20=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07B14 is #0F84EB. Grayscale: #929292. Windows color (decimal): -1017068 or 1342448. OLE color: 1342448.

HSL color Cylindrical-coordinate representation of color #F07B14: hue angle of 28.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F07B14 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB24012320-
CMYK00.490.920.06
HSL28.09º88%50.98%-
HSV(B)28.09º91.67%94.12%-
XYZ43.1432.744.71-
YUV146.2456.76194.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.66%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 20 (8.20% from 255) = 5.22%
R=62.66%
G=32.11%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401232000.490.920.0628.098850.98
HexF07B140315C61c5833
Octal3601732406113463413063
Binary1111000011110111010001100011011100110111001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07B14; }

 p { color: rgb(240,123,20); }

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

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

 a { background-color: rgb(240,123,20); }

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

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

 span { border-color: rgb(240,123,20); }

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