Html Css Color HEX #FA8129 Pumpkin

📋 copy color: '#FA8129'

red 250 ◦ green 129 ◦ blue 41

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

Shades of Pumpkin #FA8129

Tints of Pumpkin #FA8129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

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

R = 59.52%
G = 30.71%
B = 9.76%

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

#FA8129 (or 0xFA8129) is known color: Pumpkin. HEX triplet: FA, 81 and 29. RGB value is (250,129,41). Sum of RGB (Red+Green+Blue) = 250+129+41=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8129 is #057ED6. Grayscale: #9B9B9B. Windows color (decimal): -360151 or 2720250. OLE color: 2720250.

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

Color convert

RGB 250 129 41 -
CMYK 0 0.48 0.84 0.02
HSL 25.26º 0.95% 0.57% -
HSV(B) 25.26º 0.84% 0.98% -
XYZ 47.67 36.18 6.57 -
YUV 155.15 63.59 195.66 -
System Red Green Blue C M Y K H S L
Decimal 250 129 41 0 0.48 0.84 0.02 25.26 0.95 0.57
Hex FA 81 29 0 30 54 2 19 5F 39
Octal 372 201 51 0 60 124 2 31 137 71
Binary 11111010 10000001 101001 0 110000 1010100 10 11001 1011111 111001

Color Harmonies of #FA8129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8129

Black with #FA8129

Text Example


Text Example

White with #FA8129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8129; }

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

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

background-color css

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

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

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

border-color css

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

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

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