#FB690F

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

Shades of Pumpkin #FB690F

Tints of Pumpkin #FB690F

Color information

#FB690F (or 0xFB690F) is unknown color: approx Pumpkin. HEX triplet: FB, 69 and 0F. RGB value is (251,105,15). Sum of RGB (Red+Green+Blue) = 251+105+15=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB690F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB690F is #0496F0. Grayscale: #8A8A8A. Windows color (decimal): -300785 or 1010171. OLE color: 1010171.

HSL color Cylindrical-coordinate representation of color #FB690F: hue angle of 22.88º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB690F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB25110515-
CMYK00.580.940.02
HSL22.88º96.72%52.16%-
HSV(B)22.88º94.02%98.43%-
XYZ44.9230.654-
YUV138.3958.37208.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 67.65%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 15 (6.25% from 255) = 4.04%
R=67.65%
G=28.30%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511051500.580.940.0222.8896.7252.16
HexFB69F03A5E2176134
Octal3731511707213622714164
Binary11111011110100111110111010101111010101111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB690F; }

 p { color: rgb(251,105,15); }

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

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

 a { background-color: rgb(251,105,15); }

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

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

 span { border-color: rgb(251,105,15); }

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