Html Css Color HEX #F07516 Pumpkin

📋 copy color: '#F07516'

red 240 ◦ green 117 ◦ blue 22

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

Shades of Pumpkin #F07516

Tints of Pumpkin #F07516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.87%

 BLUE value IS 22 (8.98% from 255) = 5.8%

R = 63.32%
G = 30.87%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F07516 (or 0xF07516) is known color: Pumpkin. HEX triplet: F0, 75 and 16. RGB value is (240,117,22). Sum of RGB (Red+Green+Blue) = 240+117+22=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F07516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07516 is #0F8AE9. Grayscale: #8F8F8F. Windows color (decimal): -1018602 or 1471984. OLE color: 1471984.

HSL color Cylindrical-coordinate representation of color #F07516: hue angle of 26.15º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F07516 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 22 -
CMYK 0 0.51 0.91 0.06
HSL 26.15º 0.88% 0.51% -
HSV(B) 26.15º 0.91% 0.94% -
XYZ 42.44 31.31 4.56 -
YUV 142.95 59.75 197.22 -
System Red Green Blue C M Y K H S L
Decimal 240 117 22 0 0.51 0.91 0.06 26.15 0.88 0.51
Hex F0 75 16 0 33 5B 6 1A 58 33
Octal 360 165 26 0 63 133 6 32 130 63
Binary 11110000 1110101 10110 0 110011 1011011 110 11010 1011000 110011

Color Harmonies of #F07516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07516

Black with #F07516

Text Example


Text Example

White with #F07516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07516; }

 p { color: rgb(240,117,22); }

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

background-color css

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

 a { background-color: rgb(240,117,22); }

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

border-color css

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

 span { border-color: rgb(240,117,22); }

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