Html Css Color HEX #FF8219 Pumpkin

📋 copy color: '#FF8219'

red 255 ◦ green 130 ◦ blue 25

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

Shades of Pumpkin #FF8219

Tints of Pumpkin #FF8219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

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

R = 62.2%
G = 31.71%
B = 6.1%

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

#FF8219 (or 0xFF8219) is known color: Pumpkin. HEX triplet: FF, 82 and 19. RGB value is (255,130,25). Sum of RGB (Red+Green+Blue) = 255+130+25=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8219 is #007DE6. Grayscale: #9B9B9B. Windows color (decimal): -32231 or 1671935. OLE color: 1671935.

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

Color convert

RGB 255 130 25 -
CMYK 0 0.49 0.90 0
HSL 27.39º 1% 0.55% -
HSV(B) 27.39º 0.9% 1% -
XYZ 49.4 37.3 5.51 -
YUV 155.41 54.41 199.04 -
System Red Green Blue C M Y K H S L
Decimal 255 130 25 0 0.49 0.90 0 27.39 1 0.55
Hex FF 82 19 0 31 5A 0 1B 64 37
Octal 377 202 31 0 61 132 0 33 144 67
Binary 11111111 10000010 11001 0 110001 1011010 0 11011 1100100 110111

Color Harmonies of #FF8219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8219

Black with #FF8219

Text Example


Text Example

White with #FF8219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8219; }

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

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

background-color css

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

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

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

border-color css

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

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

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