Html Css Color HEX #F07214 Pumpkin

📋 copy color: '#F07214'

red 240 ◦ green 114 ◦ blue 20

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

Shades of Pumpkin #F07214

Tints of Pumpkin #F07214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

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

R = 64.17%
G = 30.48%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07214 (or 0xF07214) is known color: Pumpkin. HEX triplet: F0, 72 and 14. RGB value is (240,114,20). Sum of RGB (Red+Green+Blue) = 240+114+20=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F07214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07214 is #0F8DEB. Grayscale: #8D8D8D. Windows color (decimal): -1019372 or 1340144. OLE color: 1340144.

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

Color convert

RGB 240 114 20 -
CMYK 0 0.52 0.92 0.06
HSL 25.64º 0.88% 0.51% -
HSV(B) 25.64º 0.92% 0.94% -
XYZ 42.08 30.61 4.35 -
YUV 140.96 59.74 198.64 -
System Red Green Blue C M Y K H S L
Decimal 240 114 20 0 0.52 0.92 0.06 25.64 0.88 0.51
Hex F0 72 14 0 34 5C 6 1A 58 33
Octal 360 162 24 0 64 134 6 32 130 63
Binary 11110000 1110010 10100 0 110100 1011100 110 11010 1011000 110011

Color Harmonies of #F07214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07214

Black with #F07214

Text Example


Text Example

White with #F07214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07214; }

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

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

background-color css

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

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

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

border-color css

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

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

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