Html Css Color HEX #FA8229 Pumpkin

📋 copy color: '#FA8229'

red 250 ◦ green 130 ◦ blue 41

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

Shades of Pumpkin #FA8229

Tints of Pumpkin #FA8229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.74%

R = 59.38%
G = 30.88%
B = 9.74%

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

#FA8229 (or 0xFA8229) is known color: Pumpkin. HEX triplet: FA, 82 and 29. RGB value is (250,130,41). Sum of RGB (Red+Green+Blue) = 250+130+41=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8229 is #057DD6. Grayscale: #9C9C9C. Windows color (decimal): -359895 or 2720506. OLE color: 2720506.

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

Color convert

RGB 250 130 41 -
CMYK 0 0.48 0.84 0.02
HSL 25.55º 0.95% 0.57% -
HSV(B) 25.55º 0.84% 0.98% -
XYZ 47.81 36.45 6.61 -
YUV 155.73 63.26 195.24 -
System Red Green Blue C M Y K H S L
Decimal 250 130 41 0 0.48 0.84 0.02 25.55 0.95 0.57
Hex FA 82 29 0 30 54 2 1A 5F 39
Octal 372 202 51 0 60 124 2 32 137 71
Binary 11111010 10000010 101001 0 110000 1010100 10 11010 1011111 111001

Color Harmonies of #FA8229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8229

Black with #FA8229

Text Example


Text Example

White with #FA8229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8229; }

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

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

background-color css

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

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

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

border-color css

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

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

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