#FF7F14

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

Shades of Pumpkin #FF7F14

Tints of Pumpkin #FF7F14

Color information

#FF7F14 (or 0xFF7F14) is unknown color: approx Pumpkin. HEX triplet: FF, 7F and 14. RGB value is (255,127,20). Sum of RGB (Red+Green+Blue) = 255+127+20=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7F14 is #0080EB. Grayscale: #999999. Windows color (decimal): -33004 or 1343487. OLE color: 1343487.

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

Color convert

RGB25512720-
CMYK00.500.920
HSL27.32º100%53.92%-
HSV(B)27.32º92.16%100%-
XYZ48.9636.495.12-
YUV153.0752.91200.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.43%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 20 (8.20% from 255) = 4.98%
R=63.43%
G=31.59%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551272000.500.92027.3210053.92
HexFF7F140325C01b6436
Octal3771772406213403314466
Binary11111111111111110100011001010111000110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7F14; }

 p { color: rgb(255,127,20); }

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

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

 a { background-color: rgb(255,127,20); }

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

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

 span { border-color: rgb(255,127,20); }

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