#F27B14

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

Shades of Pumpkin #F27B14

Tints of Pumpkin #F27B14

Color information

#F27B14 (or 0xF27B14) is unknown color: approx Pumpkin. HEX triplet: F2, 7B and 14. RGB value is (242,123,20). Sum of RGB (Red+Green+Blue) = 242+123+20=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27B14 is #0D84EB. Grayscale: #939393. Windows color (decimal): -885996 or 1342450. OLE color: 1342450.

HSL color Cylindrical-coordinate representation of color #F27B14: hue angle of 27.84º 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 #F27B14 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB24212320-
CMYK00.490.920.05
HSL27.84º89.52%51.37%-
HSV(B)27.84º91.74%94.9%-
XYZ43.8333.094.74-
YUV146.8456.42195.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.86%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 20 (8.20% from 255) = 5.19%
R=62.86%
G=31.95%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421232000.490.920.0527.8489.5251.37
HexF27B140315C51c5a33
Octal3621732406113453413263
Binary1111001011110111010001100011011100101111001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27B14; }

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

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

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

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

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

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

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

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