Html Css Color HEX #F8780C Pumpkin

📋 copy color: '#F8780C'

red 248 ◦ green 120 ◦ blue 12

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

Shades of Pumpkin #F8780C

Tints of Pumpkin #F8780C

RGB

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

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

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

R = 65.26%
G = 31.58%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8780C (or 0xF8780C) is known color: Pumpkin. HEX triplet: F8, 78 and 0C. RGB value is (248,120,12). Sum of RGB (Red+Green+Blue) = 248+120+12=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F8780C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8780C is #0787F3. Grayscale: #929292. Windows color (decimal): -493556 or 817400. OLE color: 817400.

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

Color convert

RGB 248 120 12 -
CMYK 0 0.52 0.95 0.03
HSL 27.46º 0.94% 0.51% -
HSV(B) 27.46º 0.95% 0.97% -
XYZ 45.49 33.42 4.4 -
YUV 145.96 52.41 200.78 -
System Red Green Blue C M Y K H S L
Decimal 248 120 12 0 0.52 0.95 0.03 27.46 0.94 0.51
Hex F8 78 C 0 34 5F 3 1B 5E 33
Octal 370 170 14 0 64 137 3 33 136 63
Binary 11111000 1111000 1100 0 110100 1011111 11 11011 1011110 110011

Color Harmonies of #F8780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8780C

Black with #F8780C

Text Example


Text Example

White with #F8780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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