Html Css Color HEX #F06E13 Pumpkin

📋 copy color: '#F06E13'

red 240 ◦ green 110 ◦ blue 19

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

Shades of Pumpkin #F06E13

Tints of Pumpkin #F06E13

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

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

R = 65.04%
G = 29.81%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F06E13 (or 0xF06E13) is known color: Pumpkin. HEX triplet: F0, 6E and 13. RGB value is (240,110,19). Sum of RGB (Red+Green+Blue) = 240+110+19=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06E13 is #0F91EC. Grayscale: #8A8A8A. Windows color (decimal): -1020397 or 1273584. OLE color: 1273584.

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

Color convert

RGB 240 110 19 -
CMYK 0 0.54 0.92 0.06
HSL 24.71º 0.88% 0.51% -
HSV(B) 24.71º 0.92% 0.94% -
XYZ 41.63 29.72 4.16 -
YUV 138.5 60.57 200.4 -
System Red Green Blue C M Y K H S L
Decimal 240 110 19 0 0.54 0.92 0.06 24.71 0.88 0.51
Hex F0 6E 13 0 36 5C 6 19 58 33
Octal 360 156 23 0 66 134 6 31 130 63
Binary 11110000 1101110 10011 0 110110 1011100 110 11001 1011000 110011

Color Harmonies of #F06E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E13

Black with #F06E13

Text Example


Text Example

White with #F06E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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