Html Css Color HEX #F07113 Pumpkin

📋 copy color: '#F07113'

red 240 ◦ green 113 ◦ blue 19

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

Shades of Pumpkin #F07113

Tints of Pumpkin #F07113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.11%

R = 64.52%
G = 30.38%
B = 5.11%

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

#F07113 (or 0xF07113) is known color: Pumpkin. HEX triplet: F0, 71 and 13. RGB value is (240,113,19). Sum of RGB (Red+Green+Blue) = 240+113+19=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F07113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07113 is #0F8EEC. Grayscale: #8C8C8C. Windows color (decimal): -1019629 or 1274352. OLE color: 1274352.

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

Color convert

RGB 240 113 19 -
CMYK 0 0.53 0.92 0.06
HSL 25.52º 0.88% 0.51% -
HSV(B) 25.52º 0.92% 0.94% -
XYZ 41.96 30.38 4.27 -
YUV 140.26 59.58 199.14 -
System Red Green Blue C M Y K H S L
Decimal 240 113 19 0 0.53 0.92 0.06 25.52 0.88 0.51
Hex F0 71 13 0 35 5C 6 1A 58 33
Octal 360 161 23 0 65 134 6 32 130 63
Binary 11110000 1110001 10011 0 110101 1011100 110 11010 1011000 110011

Color Harmonies of #F07113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07113

Black with #F07113

Text Example


Text Example

White with #F07113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07113; }

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

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

background-color css

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

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

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

border-color css

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

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

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