Html Css Color HEX #F6780C Pumpkin

📋 copy color: '#F6780C'

red 246 ◦ green 120 ◦ blue 12

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

Shades of Pumpkin #F6780C

Tints of Pumpkin #F6780C

RGB

 RED value IS 246 (96.48% from 255) = 65.08%

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

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

R = 65.08%
G = 31.75%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6780C (or 0xF6780C) is known color: Pumpkin. HEX triplet: F6, 78 and 0C. RGB value is (246,120,12). Sum of RGB (Red+Green+Blue) = 246+120+12=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F6780C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6780C is #0987F3. Grayscale: #919191. Windows color (decimal): -624628 or 817398. OLE color: 817398.

HSL color Cylindrical-coordinate representation of color #F6780C: hue angle of 27.69º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6780C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 120 12 -
CMYK 0 0.51 0.95 0.04
HSL 27.69º 0.93% 0.51% -
HSV(B) 27.69º 0.95% 0.96% -
XYZ 44.79 33.05 4.37 -
YUV 145.36 52.74 199.78 -
System Red Green Blue C M Y K H S L
Decimal 246 120 12 0 0.51 0.95 0.04 27.69 0.93 0.51
Hex F6 78 C 0 33 5F 4 1C 5D 33
Octal 366 170 14 0 63 137 4 34 135 63
Binary 11110110 1111000 1100 0 110011 1011111 100 11100 1011101 110011

Color Harmonies of #F6780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6780C

Black with #F6780C

Text Example


Text Example

White with #F6780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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