Html Css Color HEX #FF8226 Pumpkin

📋 copy color: '#FF8226'

red 255 ◦ green 130 ◦ blue 38

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

Shades of Pumpkin #FF8226

Tints of Pumpkin #FF8226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.98%

R = 60.28%
G = 30.73%
B = 8.98%

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

#FF8226 (or 0xFF8226) is known color: Pumpkin. HEX triplet: FF, 82 and 26. RGB value is (255,130,38). Sum of RGB (Red+Green+Blue) = 255+130+38=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8226 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8226 is #007DD9. Grayscale: #9D9D9D. Windows color (decimal): -32218 or 2523903. OLE color: 2523903.

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

Color convert

RGB 255 130 38 -
CMYK 0 0.49 0.85 0
HSL 25.44º 1% 0.57% -
HSV(B) 25.44º 0.85% 1% -
XYZ 49.57 37.37 6.43 -
YUV 156.89 60.91 197.98 -
System Red Green Blue C M Y K H S L
Decimal 255 130 38 0 0.49 0.85 0 25.44 1 0.57
Hex FF 82 26 0 31 55 0 19 64 39
Octal 377 202 46 0 61 125 0 31 144 71
Binary 11111111 10000010 100110 0 110001 1010101 0 11001 1100100 111001

Color Harmonies of #FF8226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8226

Black with #FF8226

Text Example


Text Example

White with #FF8226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8226; }

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

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

background-color css

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

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

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

border-color css

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

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

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