Html Css Color HEX #FF7224 Pumpkin

📋 copy color: '#FF7224'

red 255 ◦ green 114 ◦ blue 36

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

Shades of Pumpkin #FF7224

Tints of Pumpkin #FF7224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.89%

R = 62.96%
G = 28.15%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF7224 (or 0xFF7224) is known color: Pumpkin. HEX triplet: FF, 72 and 24. RGB value is (255,114,36). Sum of RGB (Red+Green+Blue) = 255+114+36=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7224 is #008DDB. Grayscale: #939393. Windows color (decimal): -36316 or 2388735. OLE color: 2388735.

HSL color Cylindrical-coordinate representation of color #FF7224: hue angle of 21.37º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF7224 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.

Color convert

RGB 255 114 36 -
CMYK 0 0.55 0.86 0
HSL 21.37º 1% 0.57% -
HSV(B) 21.37º 0.86% 1% -
XYZ 47.58 33.42 5.61 -
YUV 147.27 65.21 204.84 -
System Red Green Blue C M Y K H S L
Decimal 255 114 36 0 0.55 0.86 0 21.37 1 0.57
Hex FF 72 24 0 37 56 0 15 64 39
Octal 377 162 44 0 67 126 0 25 144 71
Binary 11111111 1110010 100100 0 110111 1010110 0 10101 1100100 111001

Color Harmonies of #FF7224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7224

Black with #FF7224

Text Example


Text Example

White with #FF7224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7224; }

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

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

background-color css

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

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

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

border-color css

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

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

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