Html Css Color HEX #FF8525 Pumpkin

📋 copy color: '#FF8525'

red 255 ◦ green 133 ◦ blue 37

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

Shades of Pumpkin #FF8525

Tints of Pumpkin #FF8525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.71%

R = 60%
G = 31.29%
B = 8.71%

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

#FF8525 (or 0xFF8525) is known color: Pumpkin. HEX triplet: FF, 85 and 25. RGB value is (255,133,37). Sum of RGB (Red+Green+Blue) = 255+133+37=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8525 is #007ADA. Grayscale: #9F9F9F. Windows color (decimal): -31451 or 2459135. OLE color: 2459135.

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

Color convert

RGB 255 133 37 -
CMYK 0 0.48 0.85 0
HSL 26.42º 1% 0.57% -
HSV(B) 26.42º 0.85% 1% -
XYZ 49.96 38.17 6.48 -
YUV 158.53 59.42 196.81 -
System Red Green Blue C M Y K H S L
Decimal 255 133 37 0 0.48 0.85 0 26.42 1 0.57
Hex FF 85 25 0 30 55 0 1A 64 39
Octal 377 205 45 0 60 125 0 32 144 71
Binary 11111111 10000101 100101 0 110000 1010101 0 11010 1100100 111001

Color Harmonies of #FF8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8525

Black with #FF8525

Text Example


Text Example

White with #FF8525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8525; }

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

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

background-color css

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

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

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

border-color css

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

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

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