Html Css Color HEX #F07322 Pumpkin

📋 copy color: '#F07322'

red 240 ◦ green 115 ◦ blue 34

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

Shades of Pumpkin #F07322

Tints of Pumpkin #F07322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.74%

R = 61.7%
G = 29.56%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F07322 (or 0xF07322) is known color: Pumpkin. HEX triplet: F0, 73 and 22. RGB value is (240,115,34). Sum of RGB (Red+Green+Blue) = 240+115+34=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F07322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07322 is #0F8CDD. Grayscale: #8F8F8F. Windows color (decimal): -1019102 or 2257904. OLE color: 2257904.

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

Color convert

RGB 240 115 34 -
CMYK 0 0.52 0.86 0.06
HSL 23.59º 0.87% 0.54% -
HSV(B) 23.59º 0.86% 0.94% -
XYZ 42.35 30.9 5.25 -
YUV 143.14 66.41 197.09 -
System Red Green Blue C M Y K H S L
Decimal 240 115 34 0 0.52 0.86 0.06 23.59 0.87 0.54
Hex F0 73 22 0 34 56 6 18 57 36
Octal 360 163 42 0 64 126 6 30 127 66
Binary 11110000 1110011 100010 0 110100 1010110 110 11000 1010111 110110

Color Harmonies of #F07322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07322

Black with #F07322

Text Example


Text Example

White with #F07322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07322; }

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

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

background-color css

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

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

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

border-color css

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

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

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