Html Css Color HEX #F07115 Pumpkin

📋 copy color: '#F07115'

red 240 ◦ green 113 ◦ blue 21

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

Shades of Pumpkin #F07115

Tints of Pumpkin #F07115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.61%

R = 64.17%
G = 30.21%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F07115 (or 0xF07115) is known color: Pumpkin. HEX triplet: F0, 71 and 15. RGB value is (240,113,21). Sum of RGB (Red+Green+Blue) = 240+113+21=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F07115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07115 is #0F8EEA. Grayscale: #8C8C8C. Windows color (decimal): -1019627 or 1405424. OLE color: 1405424.

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

Color convert

RGB 240 113 21 -
CMYK 0 0.53 0.91 0.06
HSL 25.21º 0.88% 0.51% -
HSV(B) 25.21º 0.91% 0.94% -
XYZ 41.98 30.39 4.36 -
YUV 140.49 60.58 198.98 -
System Red Green Blue C M Y K H S L
Decimal 240 113 21 0 0.53 0.91 0.06 25.21 0.88 0.51
Hex F0 71 15 0 35 5B 6 19 58 33
Octal 360 161 25 0 65 133 6 31 130 63
Binary 11110000 1110001 10101 0 110101 1011011 110 11001 1011000 110011

Color Harmonies of #F07115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07115

Black with #F07115

Text Example


Text Example

White with #F07115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07115; }

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

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

background-color css

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

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

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

border-color css

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

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

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