Html Css Color HEX #F07D14 Pumpkin

📋 copy color: '#F07D14'

red 240 ◦ green 125 ◦ blue 20

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

Shades of Pumpkin #F07D14

Tints of Pumpkin #F07D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

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

R = 62.34%
G = 32.47%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07D14 (or 0xF07D14) is known color: Pumpkin. HEX triplet: F0, 7D and 14. RGB value is (240,125,20). Sum of RGB (Red+Green+Blue) = 240+125+20=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07D14 is #0F82EB. Grayscale: #939393. Windows color (decimal): -1016556 or 1342960. OLE color: 1342960.

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

Color convert

RGB 240 125 20 -
CMYK 0 0.48 0.92 0.06
HSL 28.64º 0.88% 0.51% -
HSV(B) 28.64º 0.92% 0.94% -
XYZ 43.4 33.24 4.79 -
YUV 147.42 56.1 194.04 -
System Red Green Blue C M Y K H S L
Decimal 240 125 20 0 0.48 0.92 0.06 28.64 0.88 0.51
Hex F0 7D 14 0 30 5C 6 1D 58 33
Octal 360 175 24 0 60 134 6 35 130 63
Binary 11110000 1111101 10100 0 110000 1011100 110 11101 1011000 110011

Color Harmonies of #F07D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D14

Black with #F07D14

Text Example


Text Example

White with #F07D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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