Html Css Color HEX #F07112 Pumpkin

📋 copy color: '#F07112'

red 240 ◦ green 113 ◦ blue 18

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

Shades of Pumpkin #F07112

Tints of Pumpkin #F07112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 64.69%
G = 30.46%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07112 (or 0xF07112) is known color: Pumpkin. HEX triplet: F0, 71 and 12. RGB value is (240,113,18). Sum of RGB (Red+Green+Blue) = 240+113+18=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F07112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07112 is #0F8EED. Grayscale: #8C8C8C. Windows color (decimal): -1019630 or 1208816. OLE color: 1208816.

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

Color convert

RGB 240 113 18 -
CMYK 0 0.53 0.92 0.06
HSL 25.68º 0.88% 0.51% -
HSV(B) 25.68º 0.93% 0.94% -
XYZ 41.95 30.38 4.23 -
YUV 140.14 59.08 199.22 -
System Red Green Blue C M Y K H S L
Decimal 240 113 18 0 0.53 0.92 0.06 25.68 0.88 0.51
Hex F0 71 12 0 35 5C 6 1A 58 33
Octal 360 161 22 0 65 134 6 32 130 63
Binary 11110000 1110001 10010 0 110101 1011100 110 11010 1011000 110011

Color Harmonies of #F07112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07112

Black with #F07112

Text Example


Text Example

White with #F07112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07112; }

 p { color: rgb(240,113,18); }

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

background-color css

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

 a { background-color: rgb(240,113,18); }

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

border-color css

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

 span { border-color: rgb(240,113,18); }

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