#F67F1A

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

Shades of Pumpkin #F67F1A

Tints of Pumpkin #F67F1A

Color information

#F67F1A (or 0xF67F1A) is unknown color: approx Pumpkin. HEX triplet: F6, 7F and 1A. RGB value is (246,127,26). Sum of RGB (Red+Green+Blue) = 246+127+26=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67F1A is #0980E5. Grayscale: #979797. Windows color (decimal): -622822 or 1736694. OLE color: 1736694.

HSL color Cylindrical-coordinate representation of color #F67F1A: hue angle of 27.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F67F1A is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB24612726-
CMYK00.480.890.04
HSL27.55º92.44%53.33%-
HSV(B)27.55º89.43%96.47%-
XYZ45.7834.855.29-
YUV151.0757.42195.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 61.65%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 26 (10.55% from 255) = 6.52%
R=61.65%
G=31.83%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461272600.480.890.0427.5592.4453.33
HexF67F1A0305941c5c35
Octal3661773206013143413465
Binary1111011011111111101001100001011001100111001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67F1A; }

 p { color: rgb(246,127,26); }

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

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

 a { background-color: rgb(246,127,26); }

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

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

 span { border-color: rgb(246,127,26); }

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