#FA651A

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

Shades of Pumpkin #FA651A

Tints of Pumpkin #FA651A

Color information

#FA651A (or 0xFA651A) is unknown color: approx Pumpkin. HEX triplet: FA, 65 and 1A. RGB value is (250,101,26). Sum of RGB (Red+Green+Blue) = 250+101+26=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA651A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA651A is #059AE5. Grayscale: #898989. Windows color (decimal): -367334 or 1730042. OLE color: 1730042.

HSL color Cylindrical-coordinate representation of color #FA651A: hue angle of 20.09º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA651A is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB25010126-
CMYK00.600.900.02
HSL20.09º95.73%54.12%-
HSV(B)20.09º89.6%98.04%-
XYZ44.2629.714.38-
YUV13765.36208.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 66.31%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 26 (10.55% from 255) = 6.90%
R=66.31%
G=26.79%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501012600.600.900.0220.0995.7354.12
HexFA651A03C5A2146036
Octal3721453207413222414066
Binary111110101100101110100111100101101010101001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA651A; }

 p { color: rgb(250,101,26); }

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

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

 a { background-color: rgb(250,101,26); }

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

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

 span { border-color: rgb(250,101,26); }

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