Html Css Color HEX #F86F0F Pumpkin

📋 copy color: '#F86F0F'

red 248 ◦ green 111 ◦ blue 15

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

Shades of Pumpkin #F86F0F

Tints of Pumpkin #F86F0F

RGB

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

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

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

R = 66.31%
G = 29.68%
B = 4.01%

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

#F86F0F (or 0xF86F0F) is known color: Pumpkin. HEX triplet: F8, 6F and 0F. RGB value is (248,111,15). Sum of RGB (Red+Green+Blue) = 248+111+15=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86F0F is #0790F0. Grayscale: #8D8D8D. Windows color (decimal): -495857 or 1011704. OLE color: 1011704.

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

Color convert

RGB 248 111 15 -
CMYK 0 0.55 0.94 0.03
HSL 24.72º 0.94% 0.52% -
HSV(B) 24.72º 0.94% 0.97% -
XYZ 44.48 31.36 4.16 -
YUV 141.02 56.89 204.31 -
System Red Green Blue C M Y K H S L
Decimal 248 111 15 0 0.55 0.94 0.03 24.72 0.94 0.52
Hex F8 6F F 0 37 5E 3 19 5E 34
Octal 370 157 17 0 67 136 3 31 136 64
Binary 11111000 1101111 1111 0 110111 1011110 11 11001 1011110 110100

Color Harmonies of #F86F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F0F

Black with #F86F0F

Text Example


Text Example

White with #F86F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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