Html Css Color HEX #FF8015 Pumpkin

📋 copy color: '#FF8015'

red 255 ◦ green 128 ◦ blue 21

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

Shades of Pumpkin #FF8015

Tints of Pumpkin #FF8015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.2%

R = 63.12%
G = 31.68%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF8015 (or 0xFF8015) is known color: Pumpkin. HEX triplet: FF, 80 and 15. RGB value is (255,128,21). Sum of RGB (Red+Green+Blue) = 255+128+21=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8015 is #007FEA. Grayscale: #9A9A9A. Windows color (decimal): -32747 or 1409279. OLE color: 1409279.

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

Color convert

RGB 255 128 21 -
CMYK 0 0.50 0.92 0
HSL 27.44º 1% 0.54% -
HSV(B) 27.44º 0.92% 1% -
XYZ 49.09 36.75 5.22 -
YUV 153.78 53.08 200.2 -
System Red Green Blue C M Y K H S L
Decimal 255 128 21 0 0.50 0.92 0 27.44 1 0.54
Hex FF 80 15 0 32 5C 0 1B 64 36
Octal 377 200 25 0 62 134 0 33 144 66
Binary 11111111 10000000 10101 0 110010 1011100 0 11011 1100100 110110

Color Harmonies of #FF8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8015

Black with #FF8015

Text Example


Text Example

White with #FF8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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