Html Css Color HEX #FF8018 Pumpkin

📋 copy color: '#FF8018'

red 255 ◦ green 128 ◦ blue 24

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

Shades of Pumpkin #FF8018

Tints of Pumpkin #FF8018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.9%

R = 62.65%
G = 31.45%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF8018 (or 0xFF8018) is known color: Pumpkin. HEX triplet: FF, 80 and 18. RGB value is (255,128,24). Sum of RGB (Red+Green+Blue) = 255+128+24=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8018 is #007FE7. Grayscale: #9A9A9A. Windows color (decimal): -32744 or 1605887. OLE color: 1605887.

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

Color convert

RGB 255 128 24 -
CMYK 0 0.50 0.91 0
HSL 27.01º 1% 0.55% -
HSV(B) 27.01º 0.91% 1% -
XYZ 49.12 36.76 5.37 -
YUV 154.12 54.58 199.96 -
System Red Green Blue C M Y K H S L
Decimal 255 128 24 0 0.50 0.91 0 27.01 1 0.55
Hex FF 80 18 0 32 5B 0 1B 64 37
Octal 377 200 30 0 62 133 0 33 144 67
Binary 11111111 10000000 11000 0 110010 1011011 0 11011 1100100 110111

Color Harmonies of #FF8018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8018

Black with #FF8018

Text Example


Text Example

White with #FF8018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8018; }

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

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

background-color css

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

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

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

border-color css

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

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

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