Html Css Color HEX #F0731F Pumpkin

📋 copy color: '#F0731F'

red 240 ◦ green 115 ◦ blue 31

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

Shades of Pumpkin #F0731F

Tints of Pumpkin #F0731F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 62.18%
G = 29.79%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0731F (or 0xF0731F) is known color: Pumpkin. HEX triplet: F0, 73 and 1F. RGB value is (240,115,31). Sum of RGB (Red+Green+Blue) = 240+115+31=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0731F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0731F is #0F8CE0. Grayscale: #8F8F8F. Windows color (decimal): -1019105 or 2061296. OLE color: 2061296.

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

Color convert

RGB 240 115 31 -
CMYK 0 0.52 0.87 0.06
HSL 24.11º 0.87% 0.53% -
HSV(B) 24.11º 0.87% 0.94% -
XYZ 42.31 30.89 5.03 -
YUV 142.8 64.91 197.33 -
System Red Green Blue C M Y K H S L
Decimal 240 115 31 0 0.52 0.87 0.06 24.11 0.87 0.53
Hex F0 73 1F 0 34 57 6 18 57 35
Octal 360 163 37 0 64 127 6 30 127 65
Binary 11110000 1110011 11111 0 110100 1010111 110 11000 1010111 110101

Color Harmonies of #F0731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0731F

Black with #F0731F

Text Example


Text Example

White with #F0731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0731F; }

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

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

background-color css

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

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

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

border-color css

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

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

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