Html Css Color HEX #FF7225 Pumpkin

📋 copy color: '#FF7225'

red 255 ◦ green 114 ◦ blue 37

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

Shades of Pumpkin #FF7225

Tints of Pumpkin #FF7225

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.08%

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

R = 62.81%
G = 28.08%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF7225 (or 0xFF7225) is known color: Pumpkin. HEX triplet: FF, 72 and 25. RGB value is (255,114,37). Sum of RGB (Red+Green+Blue) = 255+114+37=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7225 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7225 is #008DDA. Grayscale: #939393. Windows color (decimal): -36315 or 2454271. OLE color: 2454271.

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

Color convert

RGB 255 114 37 -
CMYK 0 0.55 0.85 0
HSL 21.19º 1% 0.57% -
HSV(B) 21.19º 0.85% 1% -
XYZ 47.59 33.43 5.69 -
YUV 147.38 65.71 204.76 -
System Red Green Blue C M Y K H S L
Decimal 255 114 37 0 0.55 0.85 0 21.19 1 0.57
Hex FF 72 25 0 37 55 0 15 64 39
Octal 377 162 45 0 67 125 0 25 144 71
Binary 11111111 1110010 100101 0 110111 1010101 0 10101 1100100 111001

Color Harmonies of #FF7225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7225

Black with #FF7225

Text Example


Text Example

White with #FF7225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7225; }

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

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

background-color css

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

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

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

border-color css

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

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

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