Html Css Color HEX #F86A1F Pumpkin

📋 copy color: '#F86A1F'

red 248 ◦ green 106 ◦ blue 31

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

Shades of Pumpkin #F86A1F

Tints of Pumpkin #F86A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.53%

 BLUE value IS 31 (12.5% from 255) = 8.05%

R = 64.42%
G = 27.53%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F86A1F (or 0xF86A1F) is known color: Pumpkin. HEX triplet: F8, 6A and 1F. RGB value is (248,106,31). Sum of RGB (Red+Green+Blue) = 248+106+31=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86A1F is #0795E0. Grayscale: #8C8C8C. Windows color (decimal): -497121 or 2059000. OLE color: 2059000.

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

Color convert

RGB 248 106 31 -
CMYK 0 0.57 0.88 0.03
HSL 20.74º 0.94% 0.55% -
HSV(B) 20.74º 0.88% 0.97% -
XYZ 44.11 30.36 4.83 -
YUV 139.91 66.54 205.1 -
System Red Green Blue C M Y K H S L
Decimal 248 106 31 0 0.57 0.88 0.03 20.74 0.94 0.55
Hex F8 6A 1F 0 39 58 3 15 5E 37
Octal 370 152 37 0 71 130 3 25 136 67
Binary 11111000 1101010 11111 0 111001 1011000 11 10101 1011110 110111

Color Harmonies of #F86A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A1F

Black with #F86A1F

Text Example


Text Example

White with #F86A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A1F; }

 p { color: rgb(248,106,31); }

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

background-color css

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

 a { background-color: rgb(248,106,31); }

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

border-color css

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

 span { border-color: rgb(248,106,31); }

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