Html Css Color HEX #FA8213 Pumpkin

📋 copy color: '#FA8213'

red 250 ◦ green 130 ◦ blue 19

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

Shades of Pumpkin #FA8213

Tints of Pumpkin #FA8213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.58%

 BLUE value IS 19 (7.81% from 255) = 4.76%

R = 62.66%
G = 32.58%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA8213 (or 0xFA8213) is known color: Pumpkin. HEX triplet: FA, 82 and 13. RGB value is (250,130,19). Sum of RGB (Red+Green+Blue) = 250+130+19=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8213 is #057DEC. Grayscale: #999999. Windows color (decimal): -359917 or 1278714. OLE color: 1278714.

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

Color convert

RGB 250 130 19 -
CMYK 0 0.48 0.92 0.02
HSL 28.83º 0.96% 0.53% -
HSV(B) 28.83º 0.92% 0.98% -
XYZ 47.52 36.34 5.12 -
YUV 153.23 52.26 197.03 -
System Red Green Blue C M Y K H S L
Decimal 250 130 19 0 0.48 0.92 0.02 28.83 0.96 0.53
Hex FA 82 13 0 30 5C 2 1D 60 35
Octal 372 202 23 0 60 134 2 35 140 65
Binary 11111010 10000010 10011 0 110000 1011100 10 11101 1100000 110101

Color Harmonies of #FA8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8213

Black with #FA8213

Text Example


Text Example

White with #FA8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8213; }

 p { color: rgb(250,130,19); }

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

background-color css

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

 a { background-color: rgb(250,130,19); }

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

border-color css

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

 span { border-color: rgb(250,130,19); }

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