Html Css Color HEX #F07A14 Pumpkin

📋 copy color: '#F07A14'

red 240 ◦ green 122 ◦ blue 20

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

Shades of Pumpkin #F07A14

Tints of Pumpkin #F07A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.94%

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

R = 62.83%
G = 31.94%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07A14 (or 0xF07A14) is known color: Pumpkin. HEX triplet: F0, 7A and 14. RGB value is (240,122,20). Sum of RGB (Red+Green+Blue) = 240+122+20=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07A14 is #0F85EB. Grayscale: #929292. Windows color (decimal): -1017324 or 1342192. OLE color: 1342192.

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

Color convert

RGB 240 122 20 -
CMYK 0 0.49 0.92 0.06
HSL 27.82º 0.88% 0.51% -
HSV(B) 27.82º 0.92% 0.94% -
XYZ 43.02 32.49 4.67 -
YUV 145.65 57.09 195.29 -
System Red Green Blue C M Y K H S L
Decimal 240 122 20 0 0.49 0.92 0.06 27.82 0.88 0.51
Hex F0 7A 14 0 31 5C 6 1C 58 33
Octal 360 172 24 0 61 134 6 34 130 63
Binary 11110000 1111010 10100 0 110001 1011100 110 11100 1011000 110011

Color Harmonies of #F07A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A14

Black with #F07A14

Text Example


Text Example

White with #F07A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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