Html Css Color HEX #FF7025 Pumpkin

📋 copy color: '#FF7025'

red 255 ◦ green 112 ◦ blue 37

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

Shades of Pumpkin #FF7025

Tints of Pumpkin #FF7025

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.72%

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

R = 63.12%
G = 27.72%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF7025 (or 0xFF7025) is known color: Pumpkin. HEX triplet: FF, 70 and 25. RGB value is (255,112,37). Sum of RGB (Red+Green+Blue) = 255+112+37=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7025 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7025 is #008FDA. Grayscale: #929292. Windows color (decimal): -36827 or 2453759. OLE color: 2453759.

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

Color convert

RGB 255 112 37 -
CMYK 0 0.56 0.85 0
HSL 20.64º 1% 0.57% -
HSV(B) 20.64º 0.85% 1% -
XYZ 47.37 32.98 5.62 -
YUV 146.21 66.38 205.6 -
System Red Green Blue C M Y K H S L
Decimal 255 112 37 0 0.56 0.85 0 20.64 1 0.57
Hex FF 70 25 0 38 55 0 15 64 39
Octal 377 160 45 0 70 125 0 25 144 71
Binary 11111111 1110000 100101 0 111000 1010101 0 10101 1100100 111001

Color Harmonies of #FF7025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7025

Black with #FF7025

Text Example


Text Example

White with #FF7025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7025; }

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

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

background-color css

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

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

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

border-color css

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

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

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