Html Css Color HEX #FF8625 Pumpkin

📋 copy color: '#FF8625'

red 255 ◦ green 134 ◦ blue 37

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

Shades of Pumpkin #FF8625

Tints of Pumpkin #FF8625

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.46%

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

R = 59.86%
G = 31.46%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF8625 (or 0xFF8625) is known color: Pumpkin. HEX triplet: FF, 86 and 25. RGB value is (255,134,37). Sum of RGB (Red+Green+Blue) = 255+134+37=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8625 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8625 is #0079DA. Grayscale: #9F9F9F. Windows color (decimal): -31195 or 2459391. OLE color: 2459391.

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

Color convert

RGB 255 134 37 -
CMYK 0 0.47 0.85 0
HSL 26.7º 1% 0.57% -
HSV(B) 26.7º 0.85% 1% -
XYZ 50.1 38.44 6.53 -
YUV 159.12 59.09 196.39 -
System Red Green Blue C M Y K H S L
Decimal 255 134 37 0 0.47 0.85 0 26.7 1 0.57
Hex FF 86 25 0 2F 55 0 1B 64 39
Octal 377 206 45 0 57 125 0 33 144 71
Binary 11111111 10000110 100101 0 101111 1010101 0 11011 1100100 111001

Color Harmonies of #FF8625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8625

Black with #FF8625

Text Example


Text Example

White with #FF8625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8625; }

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

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

background-color css

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

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

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

border-color css

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

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

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