Html Css Color HEX #FA831E Pumpkin

📋 copy color: '#FA831E'

red 250 ◦ green 131 ◦ blue 30

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

Shades of Pumpkin #FA831E

Tints of Pumpkin #FA831E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.87%

 BLUE value IS 30 (12.11% from 255) = 7.3%

R = 60.83%
G = 31.87%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA831E (or 0xFA831E) is known color: Pumpkin. HEX triplet: FA, 83 and 1E. RGB value is (250,131,30). Sum of RGB (Red+Green+Blue) = 250+131+30=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA831E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA831E is #057CE1. Grayscale: #9B9B9B. Windows color (decimal): -359650 or 1999866. OLE color: 1999866.

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

Color convert

RGB 250 131 30 -
CMYK 0 0.48 0.88 0.02
HSL 27.55º 0.96% 0.55% -
HSV(B) 27.55º 0.88% 0.98% -
XYZ 47.77 36.65 5.78 -
YUV 155.07 57.42 195.71 -
System Red Green Blue C M Y K H S L
Decimal 250 131 30 0 0.48 0.88 0.02 27.55 0.96 0.55
Hex FA 83 1E 0 30 58 2 1C 60 37
Octal 372 203 36 0 60 130 2 34 140 67
Binary 11111010 10000011 11110 0 110000 1011000 10 11100 1100000 110111

Color Harmonies of #FA831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA831E

Black with #FA831E

Text Example


Text Example

White with #FA831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA831E; }

 p { color: rgb(250,131,30); }

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

background-color css

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

 a { background-color: rgb(250,131,30); }

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

border-color css

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

 span { border-color: rgb(250,131,30); }

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