Html Css Color HEX #FF8415 Pumpkin

📋 copy color: '#FF8415'

red 255 ◦ green 132 ◦ blue 21

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

Shades of Pumpkin #FF8415

Tints of Pumpkin #FF8415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.35%

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

R = 62.5%
G = 32.35%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF8415 (or 0xFF8415) is known color: Pumpkin. HEX triplet: FF, 84 and 15. RGB value is (255,132,21). Sum of RGB (Red+Green+Blue) = 255+132+21=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8415 is #007BEA. Grayscale: #9C9C9C. Windows color (decimal): -31723 or 1410303. OLE color: 1410303.

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

Color convert

RGB 255 132 21 -
CMYK 0 0.48 0.92 0
HSL 28.46º 1% 0.54% -
HSV(B) 28.46º 0.92% 1% -
XYZ 49.63 37.82 5.39 -
YUV 156.12 51.75 198.53 -
System Red Green Blue C M Y K H S L
Decimal 255 132 21 0 0.48 0.92 0 28.46 1 0.54
Hex FF 84 15 0 30 5C 0 1C 64 36
Octal 377 204 25 0 60 134 0 34 144 66
Binary 11111111 10000100 10101 0 110000 1011100 0 11100 1100100 110110

Color Harmonies of #FF8415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8415

Black with #FF8415

Text Example


Text Example

White with #FF8415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8415; }

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

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

background-color css

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

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

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

border-color css

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

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

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