Html Css Color HEX #F86F0C Pumpkin

📋 copy color: '#F86F0C'

red 248 ◦ green 111 ◦ blue 12

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

Shades of Pumpkin #F86F0C

Tints of Pumpkin #F86F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 66.85%
G = 29.92%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F86F0C (or 0xF86F0C) is known color: Pumpkin. HEX triplet: F8, 6F and 0C. RGB value is (248,111,12). Sum of RGB (Red+Green+Blue) = 248+111+12=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86F0C is #0790F3. Grayscale: #8D8D8D. Windows color (decimal): -495860 or 815096. OLE color: 815096.

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

Color convert

RGB 248 111 12 -
CMYK 0 0.55 0.95 0.03
HSL 25.17º 0.94% 0.51% -
HSV(B) 25.17º 0.95% 0.97% -
XYZ 44.46 31.35 4.06 -
YUV 140.68 55.39 204.55 -
System Red Green Blue C M Y K H S L
Decimal 248 111 12 0 0.55 0.95 0.03 25.17 0.94 0.51
Hex F8 6F C 0 37 5F 3 19 5E 33
Octal 370 157 14 0 67 137 3 31 136 63
Binary 11111000 1101111 1100 0 110111 1011111 11 11001 1011110 110011

Color Harmonies of #F86F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F0C

Black with #F86F0C

Text Example


Text Example

White with #F86F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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