Html Css Color HEX #FF8026 Pumpkin

📋 copy color: '#FF8026'

red 255 ◦ green 128 ◦ blue 38

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

Shades of Pumpkin #FF8026

Tints of Pumpkin #FF8026

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.4%

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

R = 60.57%
G = 30.4%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF8026 (or 0xFF8026) is known color: Pumpkin. HEX triplet: FF, 80 and 26. RGB value is (255,128,38). Sum of RGB (Red+Green+Blue) = 255+128+38=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8026 is #007FD9. Grayscale: #9C9C9C. Windows color (decimal): -32730 or 2523391. OLE color: 2523391.

HSL color Cylindrical-coordinate representation of color #FF8026: hue angle of 24.88º 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 #FF8026 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 38 -
CMYK 0 0.50 0.85 0
HSL 24.88º 1% 0.57% -
HSV(B) 24.88º 0.85% 1% -
XYZ 49.31 36.84 6.35 -
YUV 155.71 61.58 198.82 -
System Red Green Blue C M Y K H S L
Decimal 255 128 38 0 0.50 0.85 0 24.88 1 0.57
Hex FF 80 26 0 32 55 0 19 64 39
Octal 377 200 46 0 62 125 0 31 144 71
Binary 11111111 10000000 100110 0 110010 1010101 0 11001 1100100 111001

Color Harmonies of #FF8026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8026

Black with #FF8026

Text Example


Text Example

White with #FF8026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8026; }

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

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

background-color css

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

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

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

border-color css

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

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

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