Html Css Color HEX #F06712 Pumpkin

📋 copy color: '#F06712'

red 240 ◦ green 103 ◦ blue 18

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

Shades of Pumpkin #F06712

Tints of Pumpkin #F06712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

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

R = 66.48%
G = 28.53%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F06712 (or 0xF06712) is known color: Pumpkin. HEX triplet: F0, 67 and 12. RGB value is (240,103,18). Sum of RGB (Red+Green+Blue) = 240+103+18=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F06712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06712 is #0F98ED. Grayscale: #868686. Windows color (decimal): -1022190 or 1206256. OLE color: 1206256.

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

Color convert

RGB 240 103 18 -
CMYK 0 0.57 0.92 0.06
HSL 22.97º 0.88% 0.51% -
HSV(B) 22.97º 0.93% 0.94% -
XYZ 40.89 28.27 3.87 -
YUV 134.27 62.39 203.41 -
System Red Green Blue C M Y K H S L
Decimal 240 103 18 0 0.57 0.92 0.06 22.97 0.88 0.51
Hex F0 67 12 0 39 5C 6 17 58 33
Octal 360 147 22 0 71 134 6 27 130 63
Binary 11110000 1100111 10010 0 111001 1011100 110 10111 1011000 110011

Color Harmonies of #F06712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06712

Black with #F06712

Text Example


Text Example

White with #F06712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06712; }

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

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

background-color css

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

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

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

border-color css

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

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

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