Html Css Color HEX #F68116 Pumpkin

📋 copy color: '#F68116'

red 246 ◦ green 129 ◦ blue 22

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

Shades of Pumpkin #F68116

Tints of Pumpkin #F68116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.49%

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

R = 61.96%
G = 32.49%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F68116 (or 0xF68116) is known color: Pumpkin. HEX triplet: F6, 81 and 16. RGB value is (246,129,22). Sum of RGB (Red+Green+Blue) = 246+129+22=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F68116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68116 is #097EE9. Grayscale: #989898. Windows color (decimal): -622314 or 1475062. OLE color: 1475062.

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

Color convert

RGB 246 129 22 -
CMYK 0 0.48 0.91 0.04
HSL 28.66º 0.93% 0.53% -
HSV(B) 28.66º 0.91% 0.96% -
XYZ 46 35.35 5.16 -
YUV 151.79 54.76 195.2 -
System Red Green Blue C M Y K H S L
Decimal 246 129 22 0 0.48 0.91 0.04 28.66 0.93 0.53
Hex F6 81 16 0 30 5B 4 1D 5D 35
Octal 366 201 26 0 60 133 4 35 135 65
Binary 11110110 10000001 10110 0 110000 1011011 100 11101 1011101 110101

Color Harmonies of #F68116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68116

Black with #F68116

Text Example


Text Example

White with #F68116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68116; }

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

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

background-color css

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

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

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

border-color css

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

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

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