Html Css Color HEX #FA8016 Pumpkin

📋 copy color: '#FA8016'

red 250 ◦ green 128 ◦ blue 22

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

Shades of Pumpkin #FA8016

Tints of Pumpkin #FA8016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

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

R = 62.5%
G = 32%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA8016 (or 0xFA8016) is known color: Pumpkin. HEX triplet: FA, 80 and 16. RGB value is (250,128,22). Sum of RGB (Red+Green+Blue) = 250+128+22=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8016 is #057FE9. Grayscale: #989898. Windows color (decimal): -360426 or 1474810. OLE color: 1474810.

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

Color convert

RGB 250 128 22 -
CMYK 0 0.49 0.91 0.02
HSL 27.89º 0.96% 0.53% -
HSV(B) 27.89º 0.91% 0.98% -
XYZ 47.29 35.82 5.18 -
YUV 152.39 54.42 197.62 -
System Red Green Blue C M Y K H S L
Decimal 250 128 22 0 0.49 0.91 0.02 27.89 0.96 0.53
Hex FA 80 16 0 31 5B 2 1C 60 35
Octal 372 200 26 0 61 133 2 34 140 65
Binary 11111010 10000000 10110 0 110001 1011011 10 11100 1100000 110101

Color Harmonies of #FA8016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8016

Black with #FA8016

Text Example


Text Example

White with #FA8016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8016; }

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

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

background-color css

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

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

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

border-color css

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

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

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