Html Css Color HEX #F68316 Pumpkin

📋 copy color: '#F68316'

red 246 ◦ green 131 ◦ blue 22

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

Shades of Pumpkin #F68316

Tints of Pumpkin #F68316

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

 BLUE value IS 22 (8.98% from 255) = 5.51%

R = 61.65%
G = 32.83%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F68316 (or 0xF68316) is known color: Pumpkin. HEX triplet: F6, 83 and 16. RGB value is (246,131,22). Sum of RGB (Red+Green+Blue) = 246+131+22=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F68316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68316 is #097CE9. Grayscale: #999999. Windows color (decimal): -621802 or 1475574. OLE color: 1475574.

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

Color convert

RGB 246 131 22 -
CMYK 0 0.47 0.91 0.04
HSL 29.2º 0.93% 0.53% -
HSV(B) 29.2º 0.91% 0.96% -
XYZ 46.27 35.88 5.25 -
YUV 152.96 54.1 194.36 -
System Red Green Blue C M Y K H S L
Decimal 246 131 22 0 0.47 0.91 0.04 29.2 0.93 0.53
Hex F6 83 16 0 2F 5B 4 1D 5D 35
Octal 366 203 26 0 57 133 4 35 135 65
Binary 11110110 10000011 10110 0 101111 1011011 100 11101 1011101 110101

Color Harmonies of #F68316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68316

Black with #F68316

Text Example


Text Example

White with #F68316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68316; }

 p { color: rgb(246,131,22); }

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

background-color css

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

 a { background-color: rgb(246,131,22); }

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

border-color css

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

 span { border-color: rgb(246,131,22); }

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