Html Css Color HEX #F87512 Pumpkin

📋 copy color: '#F87512'

red 248 ◦ green 117 ◦ blue 18

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

Shades of Pumpkin #F87512

Tints of Pumpkin #F87512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.55%

 BLUE value IS 18 (7.42% from 255) = 4.7%

R = 64.75%
G = 30.55%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F87512 (or 0xF87512) is known color: Pumpkin. HEX triplet: F8, 75 and 12. RGB value is (248,117,18). Sum of RGB (Red+Green+Blue) = 248+117+18=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F87512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87512 is #078AED. Grayscale: #919191. Windows color (decimal): -494318 or 1209848. OLE color: 1209848.

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

Color convert

RGB 248 117 18 -
CMYK 0 0.53 0.93 0.03
HSL 25.83º 0.94% 0.52% -
HSV(B) 25.83º 0.93% 0.97% -
XYZ 45.18 32.72 4.51 -
YUV 144.88 56.4 201.55 -
System Red Green Blue C M Y K H S L
Decimal 248 117 18 0 0.53 0.93 0.03 25.83 0.94 0.52
Hex F8 75 12 0 35 5D 3 1A 5E 34
Octal 370 165 22 0 65 135 3 32 136 64
Binary 11111000 1110101 10010 0 110101 1011101 11 11010 1011110 110100

Color Harmonies of #F87512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87512

Black with #F87512

Text Example


Text Example

White with #F87512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87512; }

 p { color: rgb(248,117,18); }

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

background-color css

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

 a { background-color: rgb(248,117,18); }

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

border-color css

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

 span { border-color: rgb(248,117,18); }

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