Html Css Color HEX #F07814 Pumpkin

📋 copy color: '#F07814'

red 240 ◦ green 120 ◦ blue 20

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

Shades of Pumpkin #F07814

Tints of Pumpkin #F07814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.58%

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

R = 63.16%
G = 31.58%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07814 (or 0xF07814) is known color: Pumpkin. HEX triplet: F0, 78 and 14. RGB value is (240,120,20). Sum of RGB (Red+Green+Blue) = 240+120+20=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F07814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07814 is #0F87EB. Grayscale: #919191. Windows color (decimal): -1017836 or 1341680. OLE color: 1341680.

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

Color convert

RGB 240 120 20 -
CMYK 0 0.5 0.92 0.06
HSL 27.27º 0.88% 0.51% -
HSV(B) 27.27º 0.92% 0.94% -
XYZ 42.78 32.01 4.59 -
YUV 144.48 57.76 196.13 -
System Red Green Blue C M Y K H S L
Decimal 240 120 20 0 0.5 0.92 0.06 27.27 0.88 0.51
Hex F0 78 14 0 32 5C 6 1B 58 33
Octal 360 170 24 0 62 134 6 33 130 63
Binary 11110000 1111000 10100 0 110010 1011100 110 11011 1011000 110011

Color Harmonies of #F07814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07814

Black with #F07814

Text Example


Text Example

White with #F07814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07814; }

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

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

background-color css

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

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

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

border-color css

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

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

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