Html Css Color HEX #F8740C Pumpkin

📋 copy color: '#F8740C'

red 248 ◦ green 116 ◦ blue 12

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

Shades of Pumpkin #F8740C

Tints of Pumpkin #F8740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

 BLUE value IS 12 (5.08% from 255) = 3.19%

R = 65.96%
G = 30.85%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8740C (or 0xF8740C) is known color: Pumpkin. HEX triplet: F8, 74 and 0C. RGB value is (248,116,12). Sum of RGB (Red+Green+Blue) = 248+116+12=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F8740C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8740C is #078BF3. Grayscale: #909090. Windows color (decimal): -494580 or 816376. OLE color: 816376.

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

Color convert

RGB 248 116 12 -
CMYK 0 0.53 0.95 0.03
HSL 26.44º 0.94% 0.51% -
HSV(B) 26.44º 0.95% 0.97% -
XYZ 45.02 32.47 4.24 -
YUV 143.61 53.73 202.46 -
System Red Green Blue C M Y K H S L
Decimal 248 116 12 0 0.53 0.95 0.03 26.44 0.94 0.51
Hex F8 74 C 0 35 5F 3 1A 5E 33
Octal 370 164 14 0 65 137 3 32 136 63
Binary 11111000 1110100 1100 0 110101 1011111 11 11010 1011110 110011

Color Harmonies of #F8740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8740C

Black with #F8740C

Text Example


Text Example

White with #F8740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8740C; }

 p { color: rgb(248,116,12); }

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

background-color css

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

 a { background-color: rgb(248,116,12); }

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

border-color css

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

 span { border-color: rgb(248,116,12); }

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