Html Css Color HEX #F07114 Pumpkin

📋 copy color: '#F07114'

red 240 ◦ green 113 ◦ blue 20

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

Shades of Pumpkin #F07114

Tints of Pumpkin #F07114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.36%

R = 64.34%
G = 30.29%
B = 5.36%

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

#F07114 (or 0xF07114) is known color: Pumpkin. HEX triplet: F0, 71 and 14. RGB value is (240,113,20). Sum of RGB (Red+Green+Blue) = 240+113+20=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F07114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07114 is #0F8EEB. Grayscale: #8C8C8C. Windows color (decimal): -1019628 or 1339888. OLE color: 1339888.

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

Color convert

RGB 240 113 20 -
CMYK 0 0.53 0.92 0.06
HSL 25.36º 0.88% 0.51% -
HSV(B) 25.36º 0.92% 0.94% -
XYZ 41.97 30.39 4.32 -
YUV 140.37 60.08 199.06 -
System Red Green Blue C M Y K H S L
Decimal 240 113 20 0 0.53 0.92 0.06 25.36 0.88 0.51
Hex F0 71 14 0 35 5C 6 19 58 33
Octal 360 161 24 0 65 134 6 31 130 63
Binary 11110000 1110001 10100 0 110101 1011100 110 11001 1011000 110011

Color Harmonies of #F07114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07114

Black with #F07114

Text Example


Text Example

White with #F07114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07114; }

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

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

background-color css

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

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

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

border-color css

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

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

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