Html Css Color HEX #F87C10 Pumpkin

📋 copy color: '#F87C10'

red 248 ◦ green 124 ◦ blue 16

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

Shades of Pumpkin #F87C10

Tints of Pumpkin #F87C10

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.96%

 BLUE value IS 16 (6.64% from 255) = 4.12%

R = 63.92%
G = 31.96%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F87C10 (or 0xF87C10) is known color: Pumpkin. HEX triplet: F8, 7C and 10. RGB value is (248,124,16). Sum of RGB (Red+Green+Blue) = 248+124+16=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87C10 is #0783EF. Grayscale: #959595. Windows color (decimal): -492528 or 1080568. OLE color: 1080568.

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

Color convert

RGB 248 124 16 -
CMYK 0 0.5 0.94 0.03
HSL 27.93º 0.94% 0.52% -
HSV(B) 27.93º 0.94% 0.97% -
XYZ 46.01 34.41 4.71 -
YUV 148.76 53.08 198.78 -
System Red Green Blue C M Y K H S L
Decimal 248 124 16 0 0.5 0.94 0.03 27.93 0.94 0.52
Hex F8 7C 10 0 32 5E 3 1C 5E 34
Octal 370 174 20 0 62 136 3 34 136 64
Binary 11111000 1111100 10000 0 110010 1011110 11 11100 1011110 110100

Color Harmonies of #F87C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87C10

Black with #F87C10

Text Example


Text Example

White with #F87C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87C10; }

 p { color: rgb(248,124,16); }

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

background-color css

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

 a { background-color: rgb(248,124,16); }

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

border-color css

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

 span { border-color: rgb(248,124,16); }

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