Html Css Color HEX #F07216 Pumpkin

📋 copy color: '#F07216'

red 240 ◦ green 114 ◦ blue 22

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

Shades of Pumpkin #F07216

Tints of Pumpkin #F07216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.32%

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

R = 63.83%
G = 30.32%
B = 5.85%

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

#F07216 (or 0xF07216) is known color: Pumpkin. HEX triplet: F0, 72 and 16. RGB value is (240,114,22). Sum of RGB (Red+Green+Blue) = 240+114+22=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F07216 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07216 is #0F8DE9. Grayscale: #8D8D8D. Windows color (decimal): -1019370 or 1471216. OLE color: 1471216.

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

Color convert

RGB 240 114 22 -
CMYK 0 0.52 0.91 0.06
HSL 25.32º 0.88% 0.51% -
HSV(B) 25.32º 0.91% 0.94% -
XYZ 42.1 30.62 4.45 -
YUV 141.19 60.74 198.48 -
System Red Green Blue C M Y K H S L
Decimal 240 114 22 0 0.52 0.91 0.06 25.32 0.88 0.51
Hex F0 72 16 0 34 5B 6 19 58 33
Octal 360 162 26 0 64 133 6 31 130 63
Binary 11110000 1110010 10110 0 110100 1011011 110 11001 1011000 110011

Color Harmonies of #F07216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07216

Black with #F07216

Text Example


Text Example

White with #F07216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07216; }

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

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

background-color css

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

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

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

border-color css

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

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

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