Html Css Color HEX #F07A12 Pumpkin

📋 copy color: '#F07A12'

red 240 ◦ green 122 ◦ blue 18

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

Shades of Pumpkin #F07A12

Tints of Pumpkin #F07A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.74%

R = 63.16%
G = 32.11%
B = 4.74%

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

#F07A12 (or 0xF07A12) is known color: Pumpkin. HEX triplet: F0, 7A and 12. RGB value is (240,122,18). Sum of RGB (Red+Green+Blue) = 240+122+18=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07A12 is #0F85ED. Grayscale: #919191. Windows color (decimal): -1017326 or 1211120. OLE color: 1211120.

HSL color Cylindrical-coordinate representation of color #F07A12: hue angle of 28.11º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F07A12 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 18 -
CMYK 0 0.49 0.92 0.06
HSL 28.11º 0.88% 0.51% -
HSV(B) 28.11º 0.93% 0.94% -
XYZ 43 32.49 4.58 -
YUV 145.43 56.09 195.46 -
System Red Green Blue C M Y K H S L
Decimal 240 122 18 0 0.49 0.92 0.06 28.11 0.88 0.51
Hex F0 7A 12 0 31 5C 6 1C 58 33
Octal 360 172 22 0 61 134 6 34 130 63
Binary 11110000 1111010 10010 0 110001 1011100 110 11100 1011000 110011

Color Harmonies of #F07A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A12

Black with #F07A12

Text Example


Text Example

White with #F07A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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