Html Css Color HEX #FF8518 Pumpkin

📋 copy color: '#FF8518'

red 255 ◦ green 133 ◦ blue 24

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

Shades of Pumpkin #FF8518

Tints of Pumpkin #FF8518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.28%

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

R = 61.89%
G = 32.28%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF8518 (or 0xFF8518) is known color: Pumpkin. HEX triplet: FF, 85 and 18. RGB value is (255,133,24). Sum of RGB (Red+Green+Blue) = 255+133+24=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8518 is #007AE7. Grayscale: #9D9D9D. Windows color (decimal): -31464 or 1607167. OLE color: 1607167.

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

Color convert

RGB 255 133 24 -
CMYK 0 0.48 0.91 0
HSL 28.31º 1% 0.55% -
HSV(B) 28.31º 0.91% 1% -
XYZ 49.79 38.1 5.59 -
YUV 157.05 52.92 197.86 -
System Red Green Blue C M Y K H S L
Decimal 255 133 24 0 0.48 0.91 0 28.31 1 0.55
Hex FF 85 18 0 30 5B 0 1C 64 37
Octal 377 205 30 0 60 133 0 34 144 67
Binary 11111111 10000101 11000 0 110000 1011011 0 11100 1100100 110111

Color Harmonies of #FF8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8518

Black with #FF8518

Text Example


Text Example

White with #FF8518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8518; }

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

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

background-color css

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

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

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

border-color css

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

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

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