Html Css Color HEX #F07C12 Pumpkin

📋 copy color: '#F07C12'

red 240 ◦ green 124 ◦ blue 18

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

Shades of Pumpkin #F07C12

Tints of Pumpkin #F07C12

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

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

R = 62.83%
G = 32.46%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07C12 (or 0xF07C12) is known color: Pumpkin. HEX triplet: F0, 7C and 12. RGB value is (240,124,18). Sum of RGB (Red+Green+Blue) = 240+124+18=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07C12 is #0F83ED. Grayscale: #939393. Windows color (decimal): -1016814 or 1211632. OLE color: 1211632.

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

Color convert

RGB 240 124 18 -
CMYK 0 0.48 0.92 0.06
HSL 28.65º 0.88% 0.51% -
HSV(B) 28.65º 0.93% 0.94% -
XYZ 43.25 32.98 4.66 -
YUV 146.6 55.43 194.62 -
System Red Green Blue C M Y K H S L
Decimal 240 124 18 0 0.48 0.92 0.06 28.65 0.88 0.51
Hex F0 7C 12 0 30 5C 6 1D 58 33
Octal 360 174 22 0 60 134 6 35 130 63
Binary 11110000 1111100 10010 0 110000 1011100 110 11101 1011000 110011

Color Harmonies of #F07C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C12

Black with #F07C12

Text Example


Text Example

White with #F07C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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