Html Css Color HEX #F8701A Pumpkin

📋 copy color: '#F8701A'

red 248 ◦ green 112 ◦ blue 26

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

Shades of Pumpkin #F8701A

Tints of Pumpkin #F8701A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.74%

R = 64.25%
G = 29.02%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8701A (or 0xF8701A) is known color: Pumpkin. HEX triplet: F8, 70 and 1A. RGB value is (248,112,26). Sum of RGB (Red+Green+Blue) = 248+112+26=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F8701A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8701A is #078FE5. Grayscale: #8F8F8F. Windows color (decimal): -495590 or 1732856. OLE color: 1732856.

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

Color convert

RGB 248 112 26 -
CMYK 0 0.55 0.90 0.03
HSL 23.24º 0.94% 0.54% -
HSV(B) 23.24º 0.9% 0.97% -
XYZ 44.69 31.62 4.72 -
YUV 142.86 62.06 202.99 -
System Red Green Blue C M Y K H S L
Decimal 248 112 26 0 0.55 0.90 0.03 23.24 0.94 0.54
Hex F8 70 1A 0 37 5A 3 17 5E 36
Octal 370 160 32 0 67 132 3 27 136 66
Binary 11111000 1110000 11010 0 110111 1011010 11 10111 1011110 110110

Color Harmonies of #F8701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8701A

Black with #F8701A

Text Example


Text Example

White with #F8701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8701A; }

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

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

background-color css

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

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

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

border-color css

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

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

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