Html Css Color HEX #F07324 Pumpkin

📋 copy color: '#F07324'

red 240 ◦ green 115 ◦ blue 36

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

Shades of Pumpkin #F07324

Tints of Pumpkin #F07324

RGB

 RED value IS 240 (94.14% from 255) = 61.38%

 GREEN value IS 115 (45.31% from 255) = 29.41%

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

R = 61.38%
G = 29.41%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F07324 (or 0xF07324) is known color: Pumpkin. HEX triplet: F0, 73 and 24. RGB value is (240,115,36). Sum of RGB (Red+Green+Blue) = 240+115+36=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F07324 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07324 is #0F8CDB. Grayscale: #8F8F8F. Windows color (decimal): -1019100 or 2388976. OLE color: 2388976.

HSL color Cylindrical-coordinate representation of color #F07324: hue angle of 23.24º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F07324 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 115 36 -
CMYK 0 0.52 0.85 0.06
HSL 23.24º 0.87% 0.54% -
HSV(B) 23.24º 0.85% 0.94% -
XYZ 42.38 30.91 5.4 -
YUV 143.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 240 115 36 0 0.52 0.85 0.06 23.24 0.87 0.54
Hex F0 73 24 0 34 55 6 17 57 36
Octal 360 163 44 0 64 125 6 27 127 66
Binary 11110000 1110011 100100 0 110100 1010101 110 10111 1010111 110110

Color Harmonies of #F07324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07324

Black with #F07324

Text Example


Text Example

White with #F07324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07324; }

 p { color: rgb(240,115,36); }

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

background-color css

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

 a { background-color: rgb(240,115,36); }

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

border-color css

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

 span { border-color: rgb(240,115,36); }

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