Html Css Color HEX #F07914 Pumpkin

📋 copy color: '#F07914'

red 240 ◦ green 121 ◦ blue 20

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

Shades of Pumpkin #F07914

Tints of Pumpkin #F07914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.76%

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

R = 62.99%
G = 31.76%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07914 (or 0xF07914) is known color: Pumpkin. HEX triplet: F0, 79 and 14. RGB value is (240,121,20). Sum of RGB (Red+Green+Blue) = 240+121+20=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F07914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07914 is #0F86EB. Grayscale: #919191. Windows color (decimal): -1017580 or 1341936. OLE color: 1341936.

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

Color convert

RGB 240 121 20 -
CMYK 0 0.50 0.92 0.06
HSL 27.55º 0.88% 0.51% -
HSV(B) 27.55º 0.92% 0.94% -
XYZ 42.9 32.25 4.63 -
YUV 145.07 57.42 195.71 -
System Red Green Blue C M Y K H S L
Decimal 240 121 20 0 0.50 0.92 0.06 27.55 0.88 0.51
Hex F0 79 14 0 32 5C 6 1C 58 33
Octal 360 171 24 0 62 134 6 34 130 63
Binary 11110000 1111001 10100 0 110010 1011100 110 11100 1011000 110011

Color Harmonies of #F07914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07914

Black with #F07914

Text Example


Text Example

White with #F07914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07914; }

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

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

background-color css

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

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

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

border-color css

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

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

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