Html Css Color HEX #F07310 Pumpkin

📋 copy color: '#F07310'

red 240 ◦ green 115 ◦ blue 16

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

Shades of Pumpkin #F07310

Tints of Pumpkin #F07310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.31%

R = 64.69%
G = 31%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F07310 (or 0xF07310) is known color: Pumpkin. HEX triplet: F0, 73 and 10. RGB value is (240,115,16). Sum of RGB (Red+Green+Blue) = 240+115+16=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F07310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07310 is #0F8CEF. Grayscale: #8D8D8D. Windows color (decimal): -1019120 or 1078256. OLE color: 1078256.

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

Color convert

RGB 240 115 16 -
CMYK 0 0.52 0.93 0.06
HSL 26.52º 0.88% 0.5% -
HSV(B) 26.52º 0.93% 0.94% -
XYZ 42.16 30.82 4.22 -
YUV 141.09 57.41 198.55 -
System Red Green Blue C M Y K H S L
Decimal 240 115 16 0 0.52 0.93 0.06 26.52 0.88 0.5
Hex F0 73 10 0 34 5D 6 1B 58 32
Octal 360 163 20 0 64 135 6 33 130 62
Binary 11110000 1110011 10000 0 110100 1011101 110 11011 1011000 110010

Color Harmonies of #F07310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07310

Black with #F07310

Text Example


Text Example

White with #F07310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07310; }

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

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

background-color css

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

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

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

border-color css

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

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

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