Html Css Color HEX #FA8227 Pumpkin

📋 copy color: '#FA8227'

red 250 ◦ green 130 ◦ blue 39

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

Shades of Pumpkin #FA8227

Tints of Pumpkin #FA8227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.31%

R = 59.67%
G = 31.03%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA8227 (or 0xFA8227) is known color: Pumpkin. HEX triplet: FA, 82 and 27. RGB value is (250,130,39). Sum of RGB (Red+Green+Blue) = 250+130+39=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8227 is #057DD8. Grayscale: #9B9B9B. Windows color (decimal): -359897 or 2589434. OLE color: 2589434.

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

Color convert

RGB 250 130 39 -
CMYK 0 0.48 0.84 0.02
HSL 25.88º 0.95% 0.57% -
HSV(B) 25.88º 0.84% 0.98% -
XYZ 47.77 36.44 6.43 -
YUV 155.51 62.26 195.4 -
System Red Green Blue C M Y K H S L
Decimal 250 130 39 0 0.48 0.84 0.02 25.88 0.95 0.57
Hex FA 82 27 0 30 54 2 1A 5F 39
Octal 372 202 47 0 60 124 2 32 137 71
Binary 11111010 10000010 100111 0 110000 1010100 10 11010 1011111 111001

Color Harmonies of #FA8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8227

Black with #FA8227

Text Example


Text Example

White with #FA8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8227; }

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

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

background-color css

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

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

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

border-color css

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

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

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