#F26714

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

Shades of Pumpkin #F26714

Tints of Pumpkin #F26714

Color information

#F26714 (or 0xF26714) is unknown color: approx Pumpkin. HEX triplet: F2, 67 and 14. RGB value is (242,103,20). Sum of RGB (Red+Green+Blue) = 242+103+20=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F26714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26714 is #0D98EB. Grayscale: #878787. Windows color (decimal): -891116 or 1337330. OLE color: 1337330.

HSL color Cylindrical-coordinate representation of color #F26714: hue angle of 22.43º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F26714 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB24210320-
CMYK00.570.920.05
HSL22.43º89.52%51.37%-
HSV(B)22.43º91.74%94.9%-
XYZ41.5928.634-
YUV135.163.05204.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 66.30%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 20 (8.20% from 255) = 5.48%
R=66.30%
G=28.22%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421032000.570.920.0522.4389.5251.37
HexF267140395C5165a33
Octal3621472407113452613263
Binary1111001011001111010001110011011100101101101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26714; }

 p { color: rgb(242,103,20); }

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

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

 a { background-color: rgb(242,103,20); }

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

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

 span { border-color: rgb(242,103,20); }

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