Html Css Color HEX #F0710F Pumpkin

📋 copy color: '#F0710F'

red 240 ◦ green 113 ◦ blue 15

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

Shades of Pumpkin #F0710F

Tints of Pumpkin #F0710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.08%

R = 65.22%
G = 30.71%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0710F (or 0xF0710F) is known color: Pumpkin. HEX triplet: F0, 71 and 0F. RGB value is (240,113,15). Sum of RGB (Red+Green+Blue) = 240+113+15=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0710F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0710F is #0F8EF0. Grayscale: #8C8C8C. Windows color (decimal): -1019633 or 1012208. OLE color: 1012208.

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

Color convert

RGB 240 113 15 -
CMYK 0 0.53 0.94 0.06
HSL 26.13º 0.88% 0.5% -
HSV(B) 26.13º 0.94% 0.94% -
XYZ 41.93 30.37 4.1 -
YUV 139.8 57.58 199.47 -
System Red Green Blue C M Y K H S L
Decimal 240 113 15 0 0.53 0.94 0.06 26.13 0.88 0.5
Hex F0 71 F 0 35 5E 6 1A 58 32
Octal 360 161 17 0 65 136 6 32 130 62
Binary 11110000 1110001 1111 0 110101 1011110 110 11010 1011000 110010

Color Harmonies of #F0710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0710F

Black with #F0710F

Text Example


Text Example

White with #F0710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0710F; }

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

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

background-color css

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

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

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

border-color css

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

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

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