#ff671b

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

Shades of Pumpkin #FF671B

Tints of Pumpkin #FF671B

Color information

#FF671B (or 0xFF671B) is unknown color: approx Pumpkin. HEX triplet: FF, 67 and 1B. RGB value is (255,103,27). Sum of RGB (Red+Green+Blue) = 255+103+27=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF671B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF671B is #0098E4. Grayscale: #8C8C8C. Windows color (decimal): -39141 or 1796095. OLE color: 1796095.

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

Color convert

RGB25510327-
CMYK00.600.890
HSL20º100%55.29%-
HSV(B)20º89.41%100%-
XYZ46.2931.044.59-
YUV139.7864.36210.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.23%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 27 (10.94% from 255) = 7.01%
R=66.23%
G=26.75%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551032700.600.8902010055.29
HexFF671B03C590146437
Octal3771473307413102414467
Binary11111111110011111011011110010110010101001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff671b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff671b; }

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

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

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

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

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

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

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

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