Html Css Color HEX #F86F0D Pumpkin

📋 copy color: '#F86F0D'

red 248 ◦ green 111 ◦ blue 13

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

Shades of Pumpkin #F86F0D

Tints of Pumpkin #F86F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.49%

R = 66.67%
G = 29.84%
B = 3.49%

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

#F86F0D (or 0xF86F0D) is known color: Pumpkin. HEX triplet: F8, 6F and 0D. RGB value is (248,111,13). Sum of RGB (Red+Green+Blue) = 248+111+13=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86F0D is #0790F2. Grayscale: #8D8D8D. Windows color (decimal): -495859 or 880632. OLE color: 880632.

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

Color convert

RGB 248 111 13 -
CMYK 0 0.55 0.95 0.03
HSL 25.02º 0.94% 0.51% -
HSV(B) 25.02º 0.95% 0.97% -
XYZ 44.47 31.35 4.09 -
YUV 140.79 55.89 204.47 -
System Red Green Blue C M Y K H S L
Decimal 248 111 13 0 0.55 0.95 0.03 25.02 0.94 0.51
Hex F8 6F D 0 37 5F 3 19 5E 33
Octal 370 157 15 0 67 137 3 31 136 63
Binary 11111000 1101111 1101 0 110111 1011111 11 11001 1011110 110011

Color Harmonies of #F86F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F0D

Black with #F86F0D

Text Example


Text Example

White with #F86F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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