Html Css Color HEX #F86614 Pumpkin

📋 copy color: '#F86614'

red 248 ◦ green 102 ◦ blue 20

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

Shades of Pumpkin #F86614

Tints of Pumpkin #F86614

RGB

 RED value IS 248 (97.27% from 255) = 67.03%

 GREEN value IS 102 (40.23% from 255) = 27.57%

 BLUE value IS 20 (8.2% from 255) = 5.41%

R = 67.03%
G = 27.57%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F86614 (or 0xF86614) is known color: Pumpkin. HEX triplet: F8, 66 and 14. RGB value is (248,102,20). Sum of RGB (Red+Green+Blue) = 248+102+20=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F86614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86614 is #0799EB. Grayscale: #888888. Windows color (decimal): -498156 or 1337080. OLE color: 1337080.

HSL color Cylindrical-coordinate representation of color #F86614: hue angle of 21.58º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F86614 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 102 20 -
CMYK 0 0.59 0.92 0.03
HSL 21.58º 0.94% 0.53% -
HSV(B) 21.58º 0.92% 0.97% -
XYZ 43.59 29.51 4.06 -
YUV 136.31 62.37 207.67 -
System Red Green Blue C M Y K H S L
Decimal 248 102 20 0 0.59 0.92 0.03 21.58 0.94 0.53
Hex F8 66 14 0 3B 5C 3 16 5E 35
Octal 370 146 24 0 73 134 3 26 136 65
Binary 11111000 1100110 10100 0 111011 1011100 11 10110 1011110 110101

Color Harmonies of #F86614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86614

Black with #F86614

Text Example


Text Example

White with #F86614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86614; }

 p { color: rgb(248,102,20); }

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

background-color css

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

 a { background-color: rgb(248,102,20); }

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

border-color css

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

 span { border-color: rgb(248,102,20); }

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