Html Css Color HEX #FA6916 Pumpkin

📋 copy color: '#FA6916'

red 250 ◦ green 105 ◦ blue 22

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

Shades of Pumpkin #FA6916

Tints of Pumpkin #FA6916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.85%

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

R = 66.31%
G = 27.85%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA6916 (or 0xFA6916) is known color: Pumpkin. HEX triplet: FA, 69 and 16. RGB value is (250,105,22). Sum of RGB (Red+Green+Blue) = 250+105+22=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6916 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6916 is #0596E9. Grayscale: #8B8B8B. Windows color (decimal): -366314 or 1468922. OLE color: 1468922.

HSL color Cylindrical-coordinate representation of color #FA6916: hue angle of 21.84º 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 #FA6916 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 105 22 -
CMYK 0 0.58 0.91 0.02
HSL 21.84º 0.96% 0.53% -
HSV(B) 21.84º 0.91% 0.98% -
XYZ 44.62 30.49 4.29 -
YUV 138.89 62.04 207.25 -
System Red Green Blue C M Y K H S L
Decimal 250 105 22 0 0.58 0.91 0.02 21.84 0.96 0.53
Hex FA 69 16 0 3A 5B 2 16 60 35
Octal 372 151 26 0 72 133 2 26 140 65
Binary 11111010 1101001 10110 0 111010 1011011 10 10110 1100000 110101

Color Harmonies of #FA6916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6916

Black with #FA6916

Text Example


Text Example

White with #FA6916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6916; }

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

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

background-color css

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

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

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

border-color css

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

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

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