Html Css Color HEX #F07F13 Pumpkin

📋 copy color: '#F07F13'

red 240 ◦ green 127 ◦ blue 19

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

Shades of Pumpkin #F07F13

Tints of Pumpkin #F07F13

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

 BLUE value IS 19 (7.81% from 255) = 4.92%

R = 62.18%
G = 32.9%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07F13 (or 0xF07F13) is known color: Pumpkin. HEX triplet: F0, 7F and 13. RGB value is (240,127,19). Sum of RGB (Red+Green+Blue) = 240+127+19=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F13 is #0F80EC. Grayscale: #959595. Windows color (decimal): -1016045 or 1277936. OLE color: 1277936.

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

Color convert

RGB 240 127 19 -
CMYK 0 0.47 0.92 0.06
HSL 29.32º 0.88% 0.51% -
HSV(B) 29.32º 0.92% 0.94% -
XYZ 43.64 33.75 4.83 -
YUV 148.48 54.94 193.28 -
System Red Green Blue C M Y K H S L
Decimal 240 127 19 0 0.47 0.92 0.06 29.32 0.88 0.51
Hex F0 7F 13 0 2F 5C 6 1D 58 33
Octal 360 177 23 0 57 134 6 35 130 63
Binary 11110000 1111111 10011 0 101111 1011100 110 11101 1011000 110011

Color Harmonies of #F07F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F13

Black with #F07F13

Text Example


Text Example

White with #F07F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F13; }

 p { color: rgb(240,127,19); }

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

background-color css

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

 a { background-color: rgb(240,127,19); }

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

border-color css

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

 span { border-color: rgb(240,127,19); }

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