Html Css Color HEX #F8780E Pumpkin

📋 copy color: '#F8780E'

red 248 ◦ green 120 ◦ blue 14

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

Shades of Pumpkin #F8780E

Tints of Pumpkin #F8780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 64.92%
G = 31.41%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8780E (or 0xF8780E) is known color: Pumpkin. HEX triplet: F8, 78 and 0E. RGB value is (248,120,14). Sum of RGB (Red+Green+Blue) = 248+120+14=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F8780E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8780E is #0787F1. Grayscale: #929292. Windows color (decimal): -493554 or 948472. OLE color: 948472.

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

Color convert

RGB 248 120 14 -
CMYK 0 0.52 0.94 0.03
HSL 27.18º 0.94% 0.51% -
HSV(B) 27.18º 0.94% 0.97% -
XYZ 45.51 33.42 4.47 -
YUV 146.19 53.41 200.62 -
System Red Green Blue C M Y K H S L
Decimal 248 120 14 0 0.52 0.94 0.03 27.18 0.94 0.51
Hex F8 78 E 0 34 5E 3 1B 5E 33
Octal 370 170 16 0 64 136 3 33 136 63
Binary 11111000 1111000 1110 0 110100 1011110 11 11011 1011110 110011

Color Harmonies of #F8780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8780E

Black with #F8780E

Text Example


Text Example

White with #F8780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8780E; }

 p { color: rgb(248,120,14); }

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

background-color css

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

 a { background-color: rgb(248,120,14); }

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

border-color css

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

 span { border-color: rgb(248,120,14); }

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