Html Css Color HEX #F06C12 Pumpkin

📋 copy color: '#F06C12'

red 240 ◦ green 108 ◦ blue 18

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

Shades of Pumpkin #F06C12

Tints of Pumpkin #F06C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

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

R = 65.57%
G = 29.51%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F06C12 (or 0xF06C12) is known color: Pumpkin. HEX triplet: F0, 6C and 12. RGB value is (240,108,18). Sum of RGB (Red+Green+Blue) = 240+108+18=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06C12 is #0F93ED. Grayscale: #898989. Windows color (decimal): -1020910 or 1207536. OLE color: 1207536.

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

Color convert

RGB 240 108 18 -
CMYK 0 0.55 0.92 0.06
HSL 24.32º 0.88% 0.51% -
HSV(B) 24.32º 0.93% 0.94% -
XYZ 41.41 29.29 4.04 -
YUV 137.21 60.73 201.32 -
System Red Green Blue C M Y K H S L
Decimal 240 108 18 0 0.55 0.92 0.06 24.32 0.88 0.51
Hex F0 6C 12 0 37 5C 6 18 58 33
Octal 360 154 22 0 67 134 6 30 130 63
Binary 11110000 1101100 10010 0 110111 1011100 110 11000 1011000 110011

Color Harmonies of #F06C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C12

Black with #F06C12

Text Example


Text Example

White with #F06C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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