Html Css Color HEX #F86F10 Pumpkin

📋 copy color: '#F86F10'

red 248 ◦ green 111 ◦ blue 16

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

Shades of Pumpkin #F86F10

Tints of Pumpkin #F86F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.6%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 66.13%
G = 29.6%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F86F10 (or 0xF86F10) is known color: Pumpkin. HEX triplet: F8, 6F and 10. RGB value is (248,111,16). Sum of RGB (Red+Green+Blue) = 248+111+16=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86F10 is #0790EF. Grayscale: #8D8D8D. Windows color (decimal): -495856 or 1077240. OLE color: 1077240.

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

Color convert

RGB 248 111 16 -
CMYK 0 0.55 0.94 0.03
HSL 24.57º 0.94% 0.52% -
HSV(B) 24.57º 0.94% 0.97% -
XYZ 44.49 31.36 4.2 -
YUV 141.13 57.39 204.22 -
System Red Green Blue C M Y K H S L
Decimal 248 111 16 0 0.55 0.94 0.03 24.57 0.94 0.52
Hex F8 6F 10 0 37 5E 3 19 5E 34
Octal 370 157 20 0 67 136 3 31 136 64
Binary 11111000 1101111 10000 0 110111 1011110 11 11001 1011110 110100

Color Harmonies of #F86F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F10

Black with #F86F10

Text Example


Text Example

White with #F86F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F10; }

 p { color: rgb(248,111,16); }

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

background-color css

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

 a { background-color: rgb(248,111,16); }

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

border-color css

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

 span { border-color: rgb(248,111,16); }

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