Html Css Color HEX #F07412 Pumpkin

📋 copy color: '#F07412'

red 240 ◦ green 116 ◦ blue 18

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

Shades of Pumpkin #F07412

Tints of Pumpkin #F07412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.02%

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

R = 64.17%
G = 31.02%
B = 4.81%

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

#F07412 (or 0xF07412) is known color: Pumpkin. HEX triplet: F0, 74 and 12. RGB value is (240,116,18). Sum of RGB (Red+Green+Blue) = 240+116+18=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F07412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07412 is #0F8BED. Grayscale: #8E8E8E. Windows color (decimal): -1018862 or 1209584. OLE color: 1209584.

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

Color convert

RGB 240 116 18 -
CMYK 0 0.52 0.92 0.06
HSL 26.49º 0.88% 0.51% -
HSV(B) 26.49º 0.93% 0.94% -
XYZ 42.29 31.06 4.34 -
YUV 141.9 58.08 197.97 -
System Red Green Blue C M Y K H S L
Decimal 240 116 18 0 0.52 0.92 0.06 26.49 0.88 0.51
Hex F0 74 12 0 34 5C 6 1A 58 33
Octal 360 164 22 0 64 134 6 32 130 63
Binary 11110000 1110100 10010 0 110100 1011100 110 11010 1011000 110011

Color Harmonies of #F07412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07412

Black with #F07412

Text Example


Text Example

White with #F07412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07412; }

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

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

background-color css

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

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

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

border-color css

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

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

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