Html Css Color HEX #FA6516 Pumpkin

📋 copy color: '#FA6516'

red 250 ◦ green 101 ◦ blue 22

#FA6516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumpkin #FA6516

Tints of Pumpkin #FA6516

RGB

 RED value IS 250 (98.05% from 255) = 67.02%

 GREEN value IS 101 (39.84% from 255) = 27.08%

 BLUE value IS 22 (8.98% from 255) = 5.9%

R = 67.02%
G = 27.08%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA6516 (or 0xFA6516) is known color: Pumpkin. HEX triplet: FA, 65 and 16. RGB value is (250,101,22). Sum of RGB (Red+Green+Blue) = 250+101+22=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6516 is #059AE9. Grayscale: #898989. Windows color (decimal): -367338 or 1467898. OLE color: 1467898.

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

Color convert

RGB 250 101 22 -
CMYK 0 0.60 0.91 0.02
HSL 20.79º 0.96% 0.53% -
HSV(B) 20.79º 0.91% 0.98% -
XYZ 44.22 29.69 4.16 -
YUV 136.55 63.36 208.92 -
System Red Green Blue C M Y K H S L
Decimal 250 101 22 0 0.60 0.91 0.02 20.79 0.96 0.53
Hex FA 65 16 0 3C 5B 2 15 60 35
Octal 372 145 26 0 74 133 2 25 140 65
Binary 11111010 1100101 10110 0 111100 1011011 10 10101 1100000 110101

Color Harmonies of #FA6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6516

Black with #FA6516

Text Example


Text Example

White with #FA6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6516; }

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

 H1.HeaderClassName
 {
   color: #FA6516;
 }
 .AnyTagClassName
 {
   color: #FA6516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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