Html Css Color HEX #F07616 Pumpkin

📋 copy color: '#F07616'

red 240 ◦ green 118 ◦ blue 22

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

Shades of Pumpkin #F07616

Tints of Pumpkin #F07616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.05%

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

R = 63.16%
G = 31.05%
B = 5.79%

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

#F07616 (or 0xF07616) is known color: Pumpkin. HEX triplet: F0, 76 and 16. RGB value is (240,118,22). Sum of RGB (Red+Green+Blue) = 240+118+22=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F07616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07616 is #0F89E9. Grayscale: #909090. Windows color (decimal): -1018346 or 1472240. OLE color: 1472240.

HSL color Cylindrical-coordinate representation of color #F07616: hue angle of 26.42º 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 #F07616 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 118 22 -
CMYK 0 0.51 0.91 0.06
HSL 26.42º 0.88% 0.51% -
HSV(B) 26.42º 0.91% 0.94% -
XYZ 42.56 31.54 4.6 -
YUV 143.53 59.42 196.81 -
System Red Green Blue C M Y K H S L
Decimal 240 118 22 0 0.51 0.91 0.06 26.42 0.88 0.51
Hex F0 76 16 0 33 5B 6 1A 58 33
Octal 360 166 26 0 63 133 6 32 130 63
Binary 11110000 1110110 10110 0 110011 1011011 110 11010 1011000 110011

Color Harmonies of #F07616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07616

Black with #F07616

Text Example


Text Example

White with #F07616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07616; }

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

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

background-color css

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

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

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

border-color css

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

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

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