Html Css Color HEX #FF8022 Pumpkin

📋 copy color: '#FF8022'

red 255 ◦ green 128 ◦ blue 34

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

Shades of Pumpkin #FF8022

Tints of Pumpkin #FF8022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.7%

 BLUE value IS 34 (13.67% from 255) = 8.15%

R = 61.15%
G = 30.7%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF8022 (or 0xFF8022) is known color: Pumpkin. HEX triplet: FF, 80 and 22. RGB value is (255,128,34). Sum of RGB (Red+Green+Blue) = 255+128+34=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8022 is #007FDD. Grayscale: #9B9B9B. Windows color (decimal): -32734 or 2261247. OLE color: 2261247.

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

Color convert

RGB 255 128 34 -
CMYK 0 0.50 0.87 0
HSL 25.52º 1% 0.57% -
HSV(B) 25.52º 0.87% 1% -
XYZ 49.25 36.81 6.02 -
YUV 155.26 59.58 199.14 -
System Red Green Blue C M Y K H S L
Decimal 255 128 34 0 0.50 0.87 0 25.52 1 0.57
Hex FF 80 22 0 32 57 0 1A 64 39
Octal 377 200 42 0 62 127 0 32 144 71
Binary 11111111 10000000 100010 0 110010 1010111 0 11010 1100100 111001

Color Harmonies of #FF8022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8022

Black with #FF8022

Text Example


Text Example

White with #FF8022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8022; }

 p { color: rgb(255,128,34); }

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

background-color css

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

 a { background-color: rgb(255,128,34); }

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

border-color css

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

 span { border-color: rgb(255,128,34); }

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