#FF6712

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

Shades of Pumpkin #FF6712

Tints of Pumpkin #FF6712

Color information

#FF6712 (or 0xFF6712) is unknown color: approx Pumpkin. HEX triplet: FF, 67 and 12. RGB value is (255,103,18). Sum of RGB (Red+Green+Blue) = 255+103+18=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6712 is #0098ED. Grayscale: #8B8B8B. Windows color (decimal): -39150 or 1206271. OLE color: 1206271.

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

Color convert

RGB25510318-
CMYK00.600.930
HSL21.52º100%53.53%-
HSV(B)21.52º92.94%100%-
XYZ46.2314.12-
YUV138.7659.86210.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.82%
GREEN value IS 103 (40.62% from 255) = 27.39%
BLUE value IS 18 (7.42% from 255) = 4.79%
R=67.82%
G=27.39%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551031800.600.93021.5210053.53
HexFF671203C5D0166436
Octal3771472207413502614466
Binary11111111110011110010011110010111010101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6712; }

 p { color: rgb(255,103,18); }

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

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

 a { background-color: rgb(255,103,18); }

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

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

 span { border-color: rgb(255,103,18); }

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