Html Css Color HEX #FA8124 Pumpkin

📋 copy color: '#FA8124'

red 250 ◦ green 129 ◦ blue 36

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

Shades of Pumpkin #FA8124

Tints of Pumpkin #FA8124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.67%

R = 60.24%
G = 31.08%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA8124 (or 0xFA8124) is known color: Pumpkin. HEX triplet: FA, 81 and 24. RGB value is (250,129,36). Sum of RGB (Red+Green+Blue) = 250+129+36=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8124 is #057EDB. Grayscale: #9B9B9B. Windows color (decimal): -360156 or 2392570. OLE color: 2392570.

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

Color convert

RGB 250 129 36 -
CMYK 0 0.48 0.86 0.02
HSL 26.07º 0.96% 0.56% -
HSV(B) 26.07º 0.86% 0.98% -
XYZ 47.59 36.15 6.14 -
YUV 154.58 61.09 196.06 -
System Red Green Blue C M Y K H S L
Decimal 250 129 36 0 0.48 0.86 0.02 26.07 0.96 0.56
Hex FA 81 24 0 30 56 2 1A 60 38
Octal 372 201 44 0 60 126 2 32 140 70
Binary 11111010 10000001 100100 0 110000 1010110 10 11010 1100000 111000

Color Harmonies of #FA8124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8124

Black with #FA8124

Text Example


Text Example

White with #FA8124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8124; }

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

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

background-color css

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

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

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

border-color css

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

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

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