#FD701F

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

Shades of Pumpkin #FD701F

Tints of Pumpkin #FD701F

Color information

#FD701F (or 0xFD701F) is unknown color: approx Pumpkin. HEX triplet: FD, 70 and 1F. RGB value is (253,112,31). Sum of RGB (Red+Green+Blue) = 253+112+31=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD701F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD701F is #028FE0. Grayscale: #919191. Windows color (decimal): -167905 or 2060541. OLE color: 2060541.

HSL color Cylindrical-coordinate representation of color #FD701F: hue angle of 21.89º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD701F is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB25311231-
CMYK00.560.880.01
HSL21.89º98.23%55.69%-
HSV(B)21.89º87.75%99.22%-
XYZ46.5532.575.13-
YUV144.9263.71205.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.89%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 31 (12.5% from 255) = 7.83%
R=63.89%
G=28.28%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531123100.560.880.0121.8998.2355.69
HexFD701F038581166238
Octal3751603707013012614270
Binary11111101111000011111011100010110001101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD701F; }

 p { color: rgb(253,112,31); }

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

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

 a { background-color: rgb(253,112,31); }

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

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

 span { border-color: rgb(253,112,31); }

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