Html Css Color HEX #FF8027 Pumpkin

📋 copy color: '#FF8027'

red 255 ◦ green 128 ◦ blue 39

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

Shades of Pumpkin #FF8027

Tints of Pumpkin #FF8027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.24%

R = 60.43%
G = 30.33%
B = 9.24%

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

#FF8027 (or 0xFF8027) is known color: Pumpkin. HEX triplet: FF, 80 and 27. RGB value is (255,128,39). Sum of RGB (Red+Green+Blue) = 255+128+39=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8027 is #007FD8. Grayscale: #9C9C9C. Windows color (decimal): -32729 or 2588927. OLE color: 2588927.

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

Color convert

RGB 255 128 39 -
CMYK 0 0.50 0.85 0
HSL 24.72º 1% 0.58% -
HSV(B) 24.72º 0.85% 1% -
XYZ 49.33 36.84 6.43 -
YUV 155.83 62.08 198.74 -
System Red Green Blue C M Y K H S L
Decimal 255 128 39 0 0.50 0.85 0 24.72 1 0.58
Hex FF 80 27 0 32 55 0 19 64 3A
Octal 377 200 47 0 62 125 0 31 144 72
Binary 11111111 10000000 100111 0 110010 1010101 0 11001 1100100 111010

Color Harmonies of #FF8027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8027

Black with #FF8027

Text Example


Text Example

White with #FF8027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8027; }

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

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

background-color css

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

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

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

border-color css

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

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

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