#FB7F26

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

Shades of Pumpkin #FB7F26

Tints of Pumpkin #FB7F26

Color information

#FB7F26 (or 0xFB7F26) is unknown color: approx Pumpkin. HEX triplet: FB, 7F and 26. RGB value is (251,127,38). Sum of RGB (Red+Green+Blue) = 251+127+38=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7F26 is #0480D9. Grayscale: #9A9A9A. Windows color (decimal): -295130 or 2523131. OLE color: 2523131.

HSL color Cylindrical-coordinate representation of color #FB7F26: hue angle of 25.07º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB7F26 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB25112738-
CMYK00.490.850.02
HSL25.07º96.38%56.67%-
HSV(B)25.07º84.86%98.43%-
XYZ47.7235.836.23-
YUV153.9362.58197.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.34%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 38 (15.23% from 255) = 9.13%
R=60.34%
G=30.53%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511273800.490.850.0225.0796.3856.67
HexFB7F26031552196039
Octal3731774606112523114071
Binary1111101111111111001100110001101010110110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7F26; }

 p { color: rgb(251,127,38); }

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

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

 a { background-color: rgb(251,127,38); }

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

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

 span { border-color: rgb(251,127,38); }

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