#FF7A0D

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

Shades of Pumpkin #FF7A0D

Tints of Pumpkin #FF7A0D

Color information

#FF7A0D (or 0xFF7A0D) is unknown color: approx Pumpkin. HEX triplet: FF, 7A and 0D. RGB value is (255,122,13). Sum of RGB (Red+Green+Blue) = 255+122+13=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7A0D is #0085F2. Grayscale: #959595. Windows color (decimal): -34291 or 883455. OLE color: 883455.

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

Color convert

RGB25512213-
CMYK00.520.950
HSL27.02º100%52.55%-
HSV(B)27.02º94.9%100%-
XYZ48.2735.214.63-
YUV149.3451.06203.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.38%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 13 (5.47% from 255) = 3.33%
R=65.38%
G=31.28%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551221300.520.95027.0210052.55
HexFF7AD0345F01b6435
Octal3771721506413703314465
Binary1111111111110101101011010010111110110111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A0D; }

 p { color: rgb(255,122,13); }

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

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

 a { background-color: rgb(255,122,13); }

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

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

 span { border-color: rgb(255,122,13); }

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