Html Css Color HEX #F8700B Pumpkin

📋 copy color: '#F8700B'

red 248 ◦ green 112 ◦ blue 11

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

Shades of Pumpkin #F8700B

Tints of Pumpkin #F8700B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 66.85%
G = 30.19%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8700B (or 0xF8700B) is known color: Pumpkin. HEX triplet: F8, 70 and 0B. RGB value is (248,112,11). Sum of RGB (Red+Green+Blue) = 248+112+11=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F8700B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8700B is #078FF4. Grayscale: #8D8D8D. Windows color (decimal): -495605 or 749816. OLE color: 749816.

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

Color convert

RGB 248 112 11 -
CMYK 0 0.55 0.96 0.03
HSL 25.57º 0.94% 0.51% -
HSV(B) 25.57º 0.96% 0.97% -
XYZ 44.57 31.57 4.06 -
YUV 141.15 54.56 204.21 -
System Red Green Blue C M Y K H S L
Decimal 248 112 11 0 0.55 0.96 0.03 25.57 0.94 0.51
Hex F8 70 B 0 37 60 3 1A 5E 33
Octal 370 160 13 0 67 140 3 32 136 63
Binary 11111000 1110000 1011 0 110111 1100000 11 11010 1011110 110011

Color Harmonies of #F8700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8700B

Black with #F8700B

Text Example


Text Example

White with #F8700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8700B; }

 p { color: rgb(248,112,11); }

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

background-color css

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

 a { background-color: rgb(248,112,11); }

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

border-color css

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

 span { border-color: rgb(248,112,11); }

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