Html Css Color HEX #FF8227 Pumpkin

📋 copy color: '#FF8227'

red 255 ◦ green 130 ◦ blue 39

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

Shades of Pumpkin #FF8227

Tints of Pumpkin #FF8227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.2%

R = 60.14%
G = 30.66%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF8227 (or 0xFF8227) is known color: Pumpkin. HEX triplet: FF, 82 and 27. RGB value is (255,130,39). Sum of RGB (Red+Green+Blue) = 255+130+39=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8227 is #007DD8. Grayscale: #9D9D9D. Windows color (decimal): -32217 or 2589439. OLE color: 2589439.

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

Color convert

RGB 255 130 39 -
CMYK 0 0.49 0.85 0
HSL 25.28º 1% 0.58% -
HSV(B) 25.28º 0.85% 1% -
XYZ 49.59 37.37 6.52 -
YUV 157 61.41 197.9 -
System Red Green Blue C M Y K H S L
Decimal 255 130 39 0 0.49 0.85 0 25.28 1 0.58
Hex FF 82 27 0 31 55 0 19 64 3A
Octal 377 202 47 0 61 125 0 31 144 72
Binary 11111111 10000010 100111 0 110001 1010101 0 11001 1100100 111010

Color Harmonies of #FF8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8227

Black with #FF8227

Text Example


Text Example

White with #FF8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8227; }

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

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

background-color css

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

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

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

border-color css

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

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

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