Html Css Color HEX #F07315 Pumpkin

📋 copy color: '#F07315'

red 240 ◦ green 115 ◦ blue 21

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

Shades of Pumpkin #F07315

Tints of Pumpkin #F07315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.59%

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

R = 63.83%
G = 30.59%
B = 5.59%

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

#F07315 (or 0xF07315) is known color: Pumpkin. HEX triplet: F0, 73 and 15. RGB value is (240,115,21). Sum of RGB (Red+Green+Blue) = 240+115+21=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F07315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07315 is #0F8CEA. Grayscale: #8E8E8E. Windows color (decimal): -1019115 or 1405936. OLE color: 1405936.

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

Color convert

RGB 240 115 21 -
CMYK 0 0.52 0.91 0.06
HSL 25.75º 0.88% 0.51% -
HSV(B) 25.75º 0.91% 0.94% -
XYZ 42.2 30.84 4.44 -
YUV 141.66 59.91 198.14 -
System Red Green Blue C M Y K H S L
Decimal 240 115 21 0 0.52 0.91 0.06 25.75 0.88 0.51
Hex F0 73 15 0 34 5B 6 1A 58 33
Octal 360 163 25 0 64 133 6 32 130 63
Binary 11110000 1110011 10101 0 110100 1011011 110 11010 1011000 110011

Color Harmonies of #F07315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07315

Black with #F07315

Text Example


Text Example

White with #F07315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07315; }

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

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

background-color css

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

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

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

border-color css

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

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

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