#FF6B13

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

Shades of Pumpkin #FF6B13

Tints of Pumpkin #FF6B13

Color information

#FF6B13 (or 0xFF6B13) is unknown color: approx Pumpkin. HEX triplet: FF, 6B and 13. RGB value is (255,107,19). Sum of RGB (Red+Green+Blue) = 255+107+19=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B13 is #0094EC. Grayscale: #8D8D8D. Windows color (decimal): -38125 or 1272831. OLE color: 1272831.

HSL color Cylindrical-coordinate representation of color #FF6B13: hue angle of 22.37º 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 #FF6B13 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB25510719-
CMYK00.580.930
HSL22.37º100%53.73%-
HSV(B)22.37º92.55%100%-
XYZ46.6231.824.3-
YUV141.2259.03209.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.93%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 19 (7.81% from 255) = 4.99%
R=66.93%
G=28.08%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551071900.580.93022.3710053.73
HexFF6B1303A5D0166436
Octal3771532307213502614466
Binary11111111110101110011011101010111010101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6B13; }

 p { color: rgb(255,107,19); }

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

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

 a { background-color: rgb(255,107,19); }

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

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

 span { border-color: rgb(255,107,19); }

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