Html Css Color HEX #F68013 Pumpkin

📋 copy color: '#F68013'

red 246 ◦ green 128 ◦ blue 19

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

Shades of Pumpkin #F68013

Tints of Pumpkin #F68013

RGB

 RED value IS 246 (96.48% from 255) = 62.6%

 GREEN value IS 128 (50.39% from 255) = 32.57%

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

R = 62.6%
G = 32.57%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F68013 (or 0xF68013) is known color: Pumpkin. HEX triplet: F6, 80 and 13. RGB value is (246,128,19). Sum of RGB (Red+Green+Blue) = 246+128+19=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F68013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68013 is #097FEC. Grayscale: #979797. Windows color (decimal): -622573 or 1278198. OLE color: 1278198.

HSL color Cylindrical-coordinate representation of color #F68013: hue angle of 28.81º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F68013 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 128 19 -
CMYK 0 0.48 0.92 0.04
HSL 28.81º 0.93% 0.52% -
HSV(B) 28.81º 0.92% 0.96% -
XYZ 45.84 35.08 4.97 -
YUV 150.86 53.59 195.86 -
System Red Green Blue C M Y K H S L
Decimal 246 128 19 0 0.48 0.92 0.04 28.81 0.93 0.52
Hex F6 80 13 0 30 5C 4 1D 5D 34
Octal 366 200 23 0 60 134 4 35 135 64
Binary 11110110 10000000 10011 0 110000 1011100 100 11101 1011101 110100

Color Harmonies of #F68013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68013

Black with #F68013

Text Example


Text Example

White with #F68013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68013; }

 p { color: rgb(246,128,19); }

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

background-color css

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

 a { background-color: rgb(246,128,19); }

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

border-color css

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

 span { border-color: rgb(246,128,19); }

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