Html Css Color HEX #F06612 Pumpkin

📋 copy color: '#F06612'

red 240 ◦ green 102 ◦ blue 18

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

Shades of Pumpkin #F06612

Tints of Pumpkin #F06612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

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

R = 66.67%
G = 28.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F06612 (or 0xF06612) is known color: Pumpkin. HEX triplet: F0, 66 and 12. RGB value is (240,102,18). Sum of RGB (Red+Green+Blue) = 240+102+18=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F06612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06612 is #0F99ED. Grayscale: #868686. Windows color (decimal): -1022446 or 1206000. OLE color: 1206000.

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

Color convert

RGB 240 102 18 -
CMYK 0 0.58 0.92 0.06
HSL 22.7º 0.88% 0.51% -
HSV(B) 22.7º 0.93% 0.94% -
XYZ 40.8 28.07 3.84 -
YUV 133.69 62.72 203.83 -
System Red Green Blue C M Y K H S L
Decimal 240 102 18 0 0.58 0.92 0.06 22.7 0.88 0.51
Hex F0 66 12 0 3A 5C 6 17 58 33
Octal 360 146 22 0 72 134 6 27 130 63
Binary 11110000 1100110 10010 0 111010 1011100 110 10111 1011000 110011

Color Harmonies of #F06612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06612

Black with #F06612

Text Example


Text Example

White with #F06612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06612; }

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

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

background-color css

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

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

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

border-color css

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

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

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