Html Css Color HEX #FF8319 Pumpkin

📋 copy color: '#FF8319'

red 255 ◦ green 131 ◦ blue 25

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

Shades of Pumpkin #FF8319

Tints of Pumpkin #FF8319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.87%

 BLUE value IS 25 (10.16% from 255) = 6.08%

R = 62.04%
G = 31.87%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF8319 (or 0xFF8319) is known color: Pumpkin. HEX triplet: FF, 83 and 19. RGB value is (255,131,25). Sum of RGB (Red+Green+Blue) = 255+131+25=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8319 is #007CE6. Grayscale: #9C9C9C. Windows color (decimal): -31975 or 1672191. OLE color: 1672191.

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

Color convert

RGB 255 131 25 -
CMYK 0 0.49 0.90 0
HSL 27.65º 1% 0.55% -
HSV(B) 27.65º 0.9% 1% -
XYZ 49.53 37.56 5.56 -
YUV 155.99 54.08 198.62 -
System Red Green Blue C M Y K H S L
Decimal 255 131 25 0 0.49 0.90 0 27.65 1 0.55
Hex FF 83 19 0 31 5A 0 1C 64 37
Octal 377 203 31 0 61 132 0 34 144 67
Binary 11111111 10000011 11001 0 110001 1011010 0 11100 1100100 110111

Color Harmonies of #FF8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8319

Black with #FF8319

Text Example


Text Example

White with #FF8319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8319; }

 p { color: rgb(255,131,25); }

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

background-color css

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

 a { background-color: rgb(255,131,25); }

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

border-color css

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

 span { border-color: rgb(255,131,25); }

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