Html Css Color HEX #FF8526 Pumpkin

📋 copy color: '#FF8526'

red 255 ◦ green 133 ◦ blue 38

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

Shades of Pumpkin #FF8526

Tints of Pumpkin #FF8526

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

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

R = 59.86%
G = 31.22%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF8526 (or 0xFF8526) is known color: Pumpkin. HEX triplet: FF, 85 and 26. RGB value is (255,133,38). Sum of RGB (Red+Green+Blue) = 255+133+38=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8526 is #007AD9. Grayscale: #9F9F9F. Windows color (decimal): -31450 or 2524671. OLE color: 2524671.

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

Color convert

RGB 255 133 38 -
CMYK 0 0.48 0.85 0
HSL 26.27º 1% 0.57% -
HSV(B) 26.27º 0.85% 1% -
XYZ 49.98 38.18 6.57 -
YUV 158.65 59.92 196.72 -
System Red Green Blue C M Y K H S L
Decimal 255 133 38 0 0.48 0.85 0 26.27 1 0.57
Hex FF 85 26 0 30 55 0 1A 64 39
Octal 377 205 46 0 60 125 0 32 144 71
Binary 11111111 10000101 100110 0 110000 1010101 0 11010 1100100 111001

Color Harmonies of #FF8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8526

Black with #FF8526

Text Example


Text Example

White with #FF8526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8526; }

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

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

background-color css

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

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

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

border-color css

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

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

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