Html Css Color HEX #FA8513 Pumpkin

📋 copy color: '#FA8513'

red 250 ◦ green 133 ◦ blue 19

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

Shades of Pumpkin #FA8513

Tints of Pumpkin #FA8513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.08%

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

R = 62.19%
G = 33.08%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA8513 (or 0xFA8513) is known color: Pumpkin. HEX triplet: FA, 85 and 13. RGB value is (250,133,19). Sum of RGB (Red+Green+Blue) = 250+133+19=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8513 is #057AEC. Grayscale: #9B9B9B. Windows color (decimal): -359149 or 1279482. OLE color: 1279482.

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

Color convert

RGB 250 133 19 -
CMYK 0 0.47 0.92 0.02
HSL 29.61º 0.96% 0.53% -
HSV(B) 29.61º 0.92% 0.98% -
XYZ 47.93 37.15 5.26 -
YUV 154.99 51.26 195.77 -
System Red Green Blue C M Y K H S L
Decimal 250 133 19 0 0.47 0.92 0.02 29.61 0.96 0.53
Hex FA 85 13 0 2F 5C 2 1E 60 35
Octal 372 205 23 0 57 134 2 36 140 65
Binary 11111010 10000101 10011 0 101111 1011100 10 11110 1100000 110101

Color Harmonies of #FA8513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8513

Black with #FA8513

Text Example


Text Example

White with #FA8513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8513; }

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

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

background-color css

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

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

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

border-color css

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

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

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