Html Css Color HEX #F86C0F Pumpkin

📋 copy color: '#F86C0F'

red 248 ◦ green 108 ◦ blue 15

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

Shades of Pumpkin #F86C0F

Tints of Pumpkin #F86C0F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.11%

 BLUE value IS 15 (6.25% from 255) = 4.04%

R = 66.85%
G = 29.11%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F86C0F (or 0xF86C0F) is known color: Pumpkin. HEX triplet: F8, 6C and 0F. RGB value is (248,108,15). Sum of RGB (Red+Green+Blue) = 248+108+15=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86C0F is #0793F0. Grayscale: #8B8B8B. Windows color (decimal): -496625 or 1010936. OLE color: 1010936.

HSL color Cylindrical-coordinate representation of color #F86C0F: hue angle of 23.95º 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 #F86C0F is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 108 15 -
CMYK 0 0.56 0.94 0.03
HSL 23.95º 0.94% 0.52% -
HSV(B) 23.95º 0.94% 0.97% -
XYZ 44.16 30.72 4.05 -
YUV 139.26 57.88 205.56 -
System Red Green Blue C M Y K H S L
Decimal 248 108 15 0 0.56 0.94 0.03 23.95 0.94 0.52
Hex F8 6C F 0 38 5E 3 18 5E 34
Octal 370 154 17 0 70 136 3 30 136 64
Binary 11111000 1101100 1111 0 111000 1011110 11 11000 1011110 110100

Color Harmonies of #F86C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C0F

Black with #F86C0F

Text Example


Text Example

White with #F86C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C0F; }

 p { color: rgb(248,108,15); }

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

background-color css

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

 a { background-color: rgb(248,108,15); }

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

border-color css

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

 span { border-color: rgb(248,108,15); }

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