Html Css Color HEX #F07514 Pumpkin

📋 copy color: '#F07514'

red 240 ◦ green 117 ◦ blue 20

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

Shades of Pumpkin #F07514

Tints of Pumpkin #F07514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.03%

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

R = 63.66%
G = 31.03%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07514 (or 0xF07514) is known color: Pumpkin. HEX triplet: F0, 75 and 14. RGB value is (240,117,20). Sum of RGB (Red+Green+Blue) = 240+117+20=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F07514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07514 is #0F8AEB. Grayscale: #8F8F8F. Windows color (decimal): -1018604 or 1340912. OLE color: 1340912.

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

Color convert

RGB 240 117 20 -
CMYK 0 0.51 0.92 0.06
HSL 26.45º 0.88% 0.51% -
HSV(B) 26.45º 0.92% 0.94% -
XYZ 42.42 31.3 4.47 -
YUV 142.72 58.75 197.39 -
System Red Green Blue C M Y K H S L
Decimal 240 117 20 0 0.51 0.92 0.06 26.45 0.88 0.51
Hex F0 75 14 0 33 5C 6 1A 58 33
Octal 360 165 24 0 63 134 6 32 130 63
Binary 11110000 1110101 10100 0 110011 1011100 110 11010 1011000 110011

Color Harmonies of #F07514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07514

Black with #F07514

Text Example


Text Example

White with #F07514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07514; }

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

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

background-color css

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

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

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

border-color css

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

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

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