Html Css Color HEX #F07716 Pumpkin

📋 copy color: '#F07716'

red 240 ◦ green 119 ◦ blue 22

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

Shades of Pumpkin #F07716

Tints of Pumpkin #F07716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

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

R = 62.99%
G = 31.23%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F07716 (or 0xF07716) is known color: Pumpkin. HEX triplet: F0, 77 and 16. RGB value is (240,119,22). Sum of RGB (Red+Green+Blue) = 240+119+22=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F07716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07716 is #0F88E9. Grayscale: #909090. Windows color (decimal): -1018090 or 1472496. OLE color: 1472496.

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

Color convert

RGB 240 119 22 -
CMYK 0 0.50 0.91 0.06
HSL 26.7º 0.88% 0.51% -
HSV(B) 26.7º 0.91% 0.94% -
XYZ 42.68 31.78 4.64 -
YUV 144.12 59.09 196.39 -
System Red Green Blue C M Y K H S L
Decimal 240 119 22 0 0.50 0.91 0.06 26.7 0.88 0.51
Hex F0 77 16 0 32 5B 6 1B 58 33
Octal 360 167 26 0 62 133 6 33 130 63
Binary 11110000 1110111 10110 0 110010 1011011 110 11011 1011000 110011

Color Harmonies of #F07716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07716

Black with #F07716

Text Example


Text Example

White with #F07716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07716; }

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

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

background-color css

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

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

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

border-color css

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

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

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