Html Css Color HEX #FF8126 Pumpkin

📋 copy color: '#FF8126'

red 255 ◦ green 129 ◦ blue 38

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

Shades of Pumpkin #FF8126

Tints of Pumpkin #FF8126

RGB

 RED value IS 255 (100% from 255) = 60.43%

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

 BLUE value IS 38 (15.23% from 255) = 9%

R = 60.43%
G = 30.57%
B = 9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF8126 (or 0xFF8126) is known color: Pumpkin. HEX triplet: FF, 81 and 26. RGB value is (255,129,38). Sum of RGB (Red+Green+Blue) = 255+129+38=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8126 is #007ED9. Grayscale: #9C9C9C. Windows color (decimal): -32474 or 2523647. OLE color: 2523647.

HSL color Cylindrical-coordinate representation of color #FF8126: hue angle of 25.16º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF8126 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 129 38 -
CMYK 0 0.49 0.85 0
HSL 25.16º 1% 0.57% -
HSV(B) 25.16º 0.85% 1% -
XYZ 49.44 37.1 6.39 -
YUV 156.3 61.24 198.4 -
System Red Green Blue C M Y K H S L
Decimal 255 129 38 0 0.49 0.85 0 25.16 1 0.57
Hex FF 81 26 0 31 55 0 19 64 39
Octal 377 201 46 0 61 125 0 31 144 71
Binary 11111111 10000001 100110 0 110001 1010101 0 11001 1100100 111001

Color Harmonies of #FF8126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8126

Black with #FF8126

Text Example


Text Example

White with #FF8126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8126; }

 p { color: rgb(255,129,38); }

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

background-color css

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

 a { background-color: rgb(255,129,38); }

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

border-color css

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

 span { border-color: rgb(255,129,38); }

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