Html Css Color HEX #FF7125 Pumpkin

📋 copy color: '#FF7125'

red 255 ◦ green 113 ◦ blue 37

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

Shades of Pumpkin #FF7125

Tints of Pumpkin #FF7125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.9%

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

R = 62.96%
G = 27.9%
B = 9.14%

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

#FF7125 (or 0xFF7125) is known color: Pumpkin. HEX triplet: FF, 71 and 25. RGB value is (255,113,37). Sum of RGB (Red+Green+Blue) = 255+113+37=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7125 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7125 is #008EDA. Grayscale: #939393. Windows color (decimal): -36571 or 2454015. OLE color: 2454015.

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

Color convert

RGB 255 113 37 -
CMYK 0 0.56 0.85 0
HSL 20.92º 1% 0.57% -
HSV(B) 20.92º 0.85% 1% -
XYZ 47.48 33.2 5.66 -
YUV 146.79 66.04 205.18 -
System Red Green Blue C M Y K H S L
Decimal 255 113 37 0 0.56 0.85 0 20.92 1 0.57
Hex FF 71 25 0 38 55 0 15 64 39
Octal 377 161 45 0 70 125 0 25 144 71
Binary 11111111 1110001 100101 0 111000 1010101 0 10101 1100100 111001

Color Harmonies of #FF7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7125

Black with #FF7125

Text Example


Text Example

White with #FF7125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7125; }

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

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

background-color css

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

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

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

border-color css

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

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

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