Html Css Color HEX #FF7024 Pumpkin

📋 copy color: '#FF7024'

red 255 ◦ green 112 ◦ blue 36

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

Shades of Pumpkin #FF7024

Tints of Pumpkin #FF7024

RGB

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

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

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

R = 63.28%
G = 27.79%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF7024 (or 0xFF7024) is known color: Pumpkin. HEX triplet: FF, 70 and 24. RGB value is (255,112,36). Sum of RGB (Red+Green+Blue) = 255+112+36=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7024 is #008FDB. Grayscale: #929292. Windows color (decimal): -36828 or 2388223. OLE color: 2388223.

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

Color convert

RGB 255 112 36 -
CMYK 0 0.56 0.86 0
HSL 20.82º 1% 0.57% -
HSV(B) 20.82º 0.86% 1% -
XYZ 47.35 32.98 5.54 -
YUV 146.09 65.88 205.68 -
System Red Green Blue C M Y K H S L
Decimal 255 112 36 0 0.56 0.86 0 20.82 1 0.57
Hex FF 70 24 0 38 56 0 15 64 39
Octal 377 160 44 0 70 126 0 25 144 71
Binary 11111111 1110000 100100 0 111000 1010110 0 10101 1100100 111001

Color Harmonies of #FF7024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7024

Black with #FF7024

Text Example


Text Example

White with #FF7024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7024; }

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

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

background-color css

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

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

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

border-color css

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

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

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