Html Css Color HEX #F07F14 Pumpkin

📋 copy color: '#F07F14'

red 240 ◦ green 127 ◦ blue 20

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

Shades of Pumpkin #F07F14

Tints of Pumpkin #F07F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.17%

R = 62.02%
G = 32.82%
B = 5.17%

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

#F07F14 (or 0xF07F14) is known color: Pumpkin. HEX triplet: F0, 7F and 14. RGB value is (240,127,20). Sum of RGB (Red+Green+Blue) = 240+127+20=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F14 is #0F80EB. Grayscale: #959595. Windows color (decimal): -1016044 or 1343472. OLE color: 1343472.

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

Color convert

RGB 240 127 20 -
CMYK 0 0.47 0.92 0.06
HSL 29.18º 0.88% 0.51% -
HSV(B) 29.18º 0.92% 0.94% -
XYZ 43.65 33.75 4.88 -
YUV 148.59 55.44 193.2 -
System Red Green Blue C M Y K H S L
Decimal 240 127 20 0 0.47 0.92 0.06 29.18 0.88 0.51
Hex F0 7F 14 0 2F 5C 6 1D 58 33
Octal 360 177 24 0 57 134 6 35 130 63
Binary 11110000 1111111 10100 0 101111 1011100 110 11101 1011000 110011

Color Harmonies of #F07F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F14

Black with #F07F14

Text Example


Text Example

White with #F07F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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