Html Css Color HEX #F06C13 Pumpkin

📋 copy color: '#F06C13'

red 240 ◦ green 108 ◦ blue 19

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

Shades of Pumpkin #F06C13

Tints of Pumpkin #F06C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.18%

R = 65.4%
G = 29.43%
B = 5.18%

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

#F06C13 (or 0xF06C13) is known color: Pumpkin. HEX triplet: F0, 6C and 13. RGB value is (240,108,19). Sum of RGB (Red+Green+Blue) = 240+108+19=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06C13 is #0F93EC. Grayscale: #898989. Windows color (decimal): -1020909 or 1273072. OLE color: 1273072.

HSL color Cylindrical-coordinate representation of color #F06C13: hue angle of 24.16º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F06C13 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 108 19 -
CMYK 0 0.55 0.92 0.06
HSL 24.16º 0.88% 0.51% -
HSV(B) 24.16º 0.92% 0.94% -
XYZ 41.42 29.3 4.09 -
YUV 137.32 61.23 201.24 -
System Red Green Blue C M Y K H S L
Decimal 240 108 19 0 0.55 0.92 0.06 24.16 0.88 0.51
Hex F0 6C 13 0 37 5C 6 18 58 33
Octal 360 154 23 0 67 134 6 30 130 63
Binary 11110000 1101100 10011 0 110111 1011100 110 11000 1011000 110011

Color Harmonies of #F06C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C13

Black with #F06C13

Text Example


Text Example

White with #F06C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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