Html Css Color HEX #F07316 Pumpkin

📋 copy color: '#F07316'

red 240 ◦ green 115 ◦ blue 22

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

Shades of Pumpkin #F07316

Tints of Pumpkin #F07316

RGB

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

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

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

R = 63.66%
G = 30.5%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F07316 (or 0xF07316) is known color: Pumpkin. HEX triplet: F0, 73 and 16. RGB value is (240,115,22). Sum of RGB (Red+Green+Blue) = 240+115+22=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F07316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07316 is #0F8CE9. Grayscale: #8E8E8E. Windows color (decimal): -1019114 or 1471472. OLE color: 1471472.

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

Color convert

RGB 240 115 22 -
CMYK 0 0.52 0.91 0.06
HSL 25.6º 0.88% 0.51% -
HSV(B) 25.6º 0.91% 0.94% -
XYZ 42.21 30.84 4.49 -
YUV 141.77 60.41 198.06 -
System Red Green Blue C M Y K H S L
Decimal 240 115 22 0 0.52 0.91 0.06 25.6 0.88 0.51
Hex F0 73 16 0 34 5B 6 1A 58 33
Octal 360 163 26 0 64 133 6 32 130 63
Binary 11110000 1110011 10110 0 110100 1011011 110 11010 1011000 110011

Color Harmonies of #F07316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07316

Black with #F07316

Text Example


Text Example

White with #F07316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07316; }

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

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

background-color css

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

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

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

border-color css

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

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

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