Html Css Color HEX #F68213 Pumpkin

📋 copy color: '#F68213'

red 246 ◦ green 130 ◦ blue 19

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

Shades of Pumpkin #F68213

Tints of Pumpkin #F68213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.91%

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

R = 62.28%
G = 32.91%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F68213 (or 0xF68213) is known color: Pumpkin. HEX triplet: F6, 82 and 13. RGB value is (246,130,19). Sum of RGB (Red+Green+Blue) = 246+130+19=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F68213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68213 is #097DEC. Grayscale: #989898. Windows color (decimal): -622061 or 1278710. OLE color: 1278710.

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

Color convert

RGB 246 130 19 -
CMYK 0 0.47 0.92 0.04
HSL 29.34º 0.93% 0.52% -
HSV(B) 29.34º 0.92% 0.96% -
XYZ 46.11 35.61 5.06 -
YUV 152.03 52.93 195.03 -
System Red Green Blue C M Y K H S L
Decimal 246 130 19 0 0.47 0.92 0.04 29.34 0.93 0.52
Hex F6 82 13 0 2F 5C 4 1D 5D 34
Octal 366 202 23 0 57 134 4 35 135 64
Binary 11110110 10000010 10011 0 101111 1011100 100 11101 1011101 110100

Color Harmonies of #F68213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68213

Black with #F68213

Text Example


Text Example

White with #F68213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68213; }

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

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

background-color css

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

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

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

border-color css

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

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

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