#F2761B

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

Shades of Pumpkin #F2761B

Tints of Pumpkin #F2761B

Color information

#F2761B (or 0xF2761B) is unknown color: approx Pumpkin. HEX triplet: F2, 76 and 1B. RGB value is (242,118,27). Sum of RGB (Red+Green+Blue) = 242+118+27=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2761B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2761B is #0D89E4. Grayscale: #919191. Windows color (decimal): -887269 or 1799922. OLE color: 1799922.

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

Color convert

RGB24211827-
CMYK00.510.890.05
HSL25.4º89.21%52.75%-
HSV(B)25.4º88.84%94.9%-
XYZ43.2931.914.91-
YUV144.761.58197.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.53%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 27 (10.94% from 255) = 6.98%
R=62.53%
G=30.49%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421182700.510.890.0525.489.2152.75
HexF2761B033595195935
Octal3621663306313153113165
Binary1111001011101101101101100111011001101110011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2761B; }

 p { color: rgb(242,118,27); }

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

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

 a { background-color: rgb(242,118,27); }

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

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

 span { border-color: rgb(242,118,27); }

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